PostgreSQLDatabase.StopListening

From Xojo Documentation

Method

PostgreSQLDatabase.StopListening(Name as String)

New in 2019r2

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.StopListening("RefreshAll")