PostgreSQLDatabase.CheckForNotifications
From Real Software Documentation
Method
PostgreSQLDatabase.CheckForNotifications ( )
Checks to see if there are any waiting notifications. You will receive notifications as a ReceivedNotification event. If you would like to receive notifications automatically, create a Timer and use it to call CheckForNotifications repeatedly.
Example
This example is in the Action event of a Timer.
db.CheckForNotifications
