dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAlerterErrorEventArgs Class / Terminated Property

In This Topic
    Terminated Property (PgSqlAlerterErrorEventArgs)
    In This Topic
    Determines whether to stop listening after an exception.
    Syntax
    'Declaration
     
    Public Property Terminated As Boolean
    public bool Terminated {get; set;}

    Property Value

    true if PgSqlAlerter should stop listening after the exception (any other PgSqlAlerters also stop listening after it); otherwise, false.
    See Also