The event handler receives an argument of type ConnectionLostEventArgs containing data related to this event. The following ConnectionLostEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AttemptNumber | The number of attempts to reconnect. |
Cause | The reason of the connection loss. |
Component | The object where the connection loss occurs. |
Context | The state of the connection when connection is lost. |
RetryMode | The application behavior when connection is lost. |
Clients that want to process fatal errors and perform failover should create a Devart.Common.ConnectionLostEventHandler delegate to listen to this event.