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
    public event PgSqlAlerterStoppedEventHandler Stopped
    Remarks

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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also