Icon EDBReconnectEventArgs Class

The EDBReconnectEventArgs class is used to instantiate the parameters for the EDBReconnectEvent delegate.

Namespace: Elevate.ElevateDB.Data

Inherits From System.EventArgs

Properties
PropertyDescription
Continue: BooleanIndicates whether the reconnection should continue or not (default True).
StopAsking: BooleanIndicates whether the OnReconnect event should stop being triggered until the connnection is subsequently disconnected (default False).
Image