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 |
4.8 |
4.8 |
- |
.NET (Core) |
- |
- |
Parameters
-
sender
The source of the event.
-
EventArgs
The
OracleHAEventArgs
object that contains the event data.