Method
PostgreSQLDatabase.Unlisten
Warning
This item was deprecated in version 2019r2. Please use PostgreSQLDatabase.StopListening as a replacement.
Description
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")
Compatibility
All project types on all supported operating systems.