OracleHAEventHandler Delegate
The OracleHAEventHandler delegate represents the signature of the method that handles the OracleConnection.HAEvent event.
                  
Declaration
// C#
public delegate void OracleHAEventHandler(OracleHAEventArgs eventArgs);
Requirements
| Provider | ODP.NET, Unmanaged Driver | ODP.NET, Managed Driver | ODP.NET Core | 
|---|---|---|---|
| Assembly | 
 | 
 | 
 | 
| Namespace | 
 | 
 | 
 | 
| .NET Framework | 3.5, 4.5, 4.6, 4.7, 4.8 | 4.5, 4.6, 4.7, 4.8 | 4.6.1 or higher | 
| .NET Core | - | - | 2.1 or higher | 
Parameters
- 
                        senderThe source of the event. 
- 
                        EventArgsThe OracleHAEventArgsobject that contains the event data.