dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerter Class
Fields Properties Methods Events

OracleAlerter Class Members

The following tables list the members exposed by OracleAlerter.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the OracleAlerter class.  
Top
Public Fields
 NameDescription
Public FieldReturns the max allowed value for the Timeout property.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether dotConnect for Oracle listens to alerts on a server.  
Public PropertyGets or sets name of the alerts on the server.  
Public PropertyGets or sets OracleConnection used by OracleAlerter.  
Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets alert poll period.  
Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets maximum time in seconds to wait for message to be received.  
Top
Public Methods
 NameDescription
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodSends a message to Oracle server.  
Public MethodEnables listening to Oracle server.  
Public MethodDisables listening to Oracle server.  
Public MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
Public MethodWaits specified Timeout for alert to be receieved from server.  
Top
Public Events
 NameDescription
Public EventOccurs when an alert is received.  
Public EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
Public EventOccurs when an error is trapped during message send or receive.  
Public EventOccurs when listening to server gets disabled.  
Public EventOccurs when no message was received from server during Timeout interval.  
Top
See Also