Name | Description | |
---|---|---|
OracleAlerter Constructor | Overloaded. Initializes a new instance of the OracleAlerter class. |
The following tables list the members exposed by OracleAlerter.
Name | Description | |
---|---|---|
OracleAlerter Constructor | Overloaded. Initializes a new instance of the OracleAlerter class. |
Name | Description | |
---|---|---|
MaxWaitTimeout | Returns the max allowed value for the Timeout property. |
Name | Description | |
---|---|---|
Active | Gets or sets a value indicating whether dotConnect for Oracle listens to alerts on a server. | |
AlertName | Gets or sets name of the alerts on the server. | |
Connection | Gets or sets OracleConnection used by OracleAlerter. | |
Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
Interval | Gets or sets alert poll period. | |
Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
Timeout | Gets or sets maximum time in seconds to wait for message to be received. |
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 | Sends a message to Oracle server. | |
Start | Enables listening to Oracle server. | |
Stop | Disables listening to Oracle server. | |
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) | |
WaitAlert | Waits specified Timeout for alert to be receieved from server. |
Name | Description | |
---|---|---|
Alert | Occurs when an alert is received. | |
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 error is trapped during message send or receive. | |
Stopped | Occurs when listening to server gets disabled. | |
WaitTimeout | Occurs when no message was received from server during Timeout interval. |