| Devart.Data.Oracle Namespace > OracleConnection Class : Failover Event |
Occurs when Oracle Failover mechanism takes place.
[Visual Basic]
Public Event Failover() As OracleFailoverEventHandler[C#]
public event OracleFailoverEventHandler Failover();The event handler receives an argument of type OracleFailoverEventsArgs containing data related to this event. The following OracleFailoverEventsArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Retry | Gives the ability to retry connection to another Oracle server in case if previous reconnection failed. |
| State | Represents Transparent Application Failover stage. |
| Type | Specifies the type of failover. |
Use this event to transparently reconnect to another Oracle server when the current server crashes.
OracleConnection Class | OracleConnection Members
© 2002 - 2013 Devart. All Rights Reserved.