'Declaration Public Function New( _ ByVal command As PgSqlCommand, _ ByVal checkTimeout As Integer _ )
public PgSqlDependency( PgSqlCommand command, int checkTimeout )
Parameters
- command
- The PgSqlCommand object to associate with this PgSqlDependency object.
- checkTimeout
- A positive integer that represents server check interval in milliseconds. The default value is 30000 (30 seconds).