Name | Description | |
---|---|---|
![]() | PgSqlDependency Constructor | Overloaded. Creates a new instance of the PgSqlDependency class. |
The following tables list the members exposed by PgSqlDependency.
Name | Description | |
---|---|---|
![]() | PgSqlDependency Constructor | Overloaded. Creates a new instance of the PgSqlDependency class. |
Name | Description | |
---|---|---|
![]() | CheckTimeout | Interval in milliseconds between two consequent checks. |
![]() | HasChanges | Gets a value that indicates whether one of the tables associated with the dependency has changed. |
Name | Description | |
---|---|---|
![]() | AddCommandDependency | Associates a PgSqlCommand object with this PgSqlDependency instance. |
![]() | Dispose | Excludes this instance of PgSqlDependency from list of polled items. |
![]() | Start | Overloaded. Starts the listener for receiving dependency change notifications from an instance of PostgreSQL Server. |
![]() | Stop | Stops a listener for a connection specified in a previous Start call. |
Name | Description | |
---|---|---|
![]() | Error | Fires when an error occurs in the process of waiting. |
![]() | OnChange | Occurs when a notification is received for any of the commands associated with this PgSqlDependency object. |