Name | Description | |
---|---|---|
![]() | PgSqlAlerter Constructor | Overloaded. Initializes a new instance of the PgSqlAlerter class. |
The following tables list the members exposed by PgSqlAlerter.
Name | Description | |
---|---|---|
![]() | PgSqlAlerter Constructor | Overloaded. Initializes a new instance of the PgSqlAlerter class. |
Name | Description | |
---|---|---|
![]() | Active | Gets or sets a value that indicates whether the PgSqlAlerter is active or stopped. |
![]() | AlertNames | Gets or sets the list of notification names. |
![]() | Connection | Gets or sets the PgSqlConnection used by the PgSqlAlerter. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Site | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose() | (Inherited from System.ComponentModel.Component) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Signal | Overloaded. Sends a notification to the specified list of names. |
![]() | Start | Registers interest in notifications specified in the AlertNames property and starts the listening process. |
![]() | Stop | Stops the listening process and unregisters the notification names specified in AlertNames. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Alert | Occurs when the listening process receives a notification from the server. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Error | Occurs when an exception happens during listening. |
![]() | Stopped | Occurs when the listening process is stopped. |