dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAlerter Class / Active Property

In This Topic
    Active Property (PgSqlAlerter)
    In This Topic
    Gets or sets a value that indicates whether the PgSqlAlerter is active or stopped.
    Syntax
    'Declaration
     
    Public Property Active As Boolean
    public bool Active {get; set;}

    Property Value

    If true, the PgSqlAlerter is actively listening to the registered notification events; otherwise, false.
    See Also