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

CheckTimeout Property
Interval in milliseconds between two consequent checks.
Syntax
'Declaration
 
Public Property CheckTimeout As Integer
 

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.
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