PostgreSQLDatabase.Unlisten

From Xojo Documentation

Method

PostgreSQLDatabase.Unlisten(Name as String)

Supported for all project types and targets.

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")