dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDependency Class / CheckTimeout Property

In This Topic
    CheckTimeout Property
    In This Topic
    Interval in milliseconds between two consequent checks.
    Syntax
    'Declaration
     
    Public Property CheckTimeout As Integer
    public int CheckTimeout {get; set;}

    Property Value

    A positive integer that represents server check interval in milliseconds. The default value is 30000 (30 seconds).
    Remarks
    Be careful in setting this property. If you set a too big interval, the notifications will be significantly delayed. If this interval is too small, there will be redundant network and server load.
    See Also