dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAlerter Class / Stopped Event

In This Topic
Stopped Event
In This Topic
Occurs when the listening process is stopped.
Syntax
'Declaration
 
Public Event Stopped As PgSqlAlerterStoppedEventHandler
 
Remarks

Clients that want to process this event should create a PgSqlAlerterStoppedEventHandler delegate to listen to this event.

See Also