PostgreSQLDatabase.Unlisten
From Xojo Documentation
This item was deprecated in version 2019r2. Please use PostgreSQLDatabase.StopListening as a replacement. |
Method
Stops listening for notifications named "Name".
Notes
Tells the client to stop listening for the specified notification.
Sample Code
Stop listening for the "RefreshAll" notification:
// db is a previously connected PostgreSQLDatabase
db.Unlisten("RefreshAll")
db.Unlisten("RefreshAll")