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 | (Inherited from System.ComponentModel.Component) |
![]() | Interval | Gets or sets alert poll period. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Timeout | Gets or sets maximum time in seconds to wait for message to be received. |
Name | Description | |
---|---|---|
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose() | (Inherited from System.ComponentModel.Component) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Signal | Sends a message to Oracle server. |
![]() | Start | Enables listening to Oracle server. |
![]() | Stop | Disables listening to Oracle server. |
![]() | ToString | (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 | (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. |