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 | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose() | Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (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 | Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Alert | Occurs when the listening process receives a notification from the server. | |
Disposed | Occurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component) | |
Error | Occurs when an exception happens during listening. | |
Stopped | Occurs when the listening process is stopped. |