Start Method (PgSqlDependency)
In This Topic
Starts the listener for receiving dependency change notifications from an instance of PostgreSQL Server.
Overload List
Overload | Description |
Start(String) | Starts the listener for receiving dependency change notifications from the instance of PostgreSQL server specified by the connection string. |
Start(PgSqlConnection) | Starts the listener for receiving dependency change notifications from the instance of PostgreSQL server specified by the PgSqlConnection object. |
See Also