dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAlerter Class
Properties Methods Events

PgSqlAlerter Class Members

The following tables list the members exposed by PgSqlAlerter.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the PgSqlAlerter class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value that indicates whether the PgSqlAlerter is active or stopped.  
Public PropertyGets or sets the list of notification names.  
Public PropertyGets or sets the PgSqlConnection used by the PgSqlAlerter.  
Public Property (Inherited from System.ComponentModel.Component)
Public Property (Inherited from System.ComponentModel.Component)
Top
Public Methods
 NameDescription
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Sends a notification to the specified list of names.  
Public MethodRegisters interest in notifications specified in the AlertNames property and starts the listening process.  
Public MethodStops the listening process and unregisters the notification names specified in AlertNames.  
Public Method (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public EventOccurs when the listening process receives a notification from the server.  
Public Event (Inherited from System.ComponentModel.Component)
Public EventOccurs when an exception happens during listening.  
Public EventOccurs when the listening process is stopped.  
Top
See Also