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

In This Topic
    Terminated Property (PgSqlDependencyErrorEventArgs)
    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 PgSqlDependency should stop listening after the exception (any other PgSqlDependencys also stop listening after it); otherwise, false.
    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