DALConnectionStatusCallBackMethod Delegate
- Last UpdatedApr 08, 2026
- 1 minute read
The delegate used for callbacks to the client API or client from DAL indicating the current
status of the given connection to its driver. A call with a non-null callback parameter to
DALService.GetGlobalConnection always triggers an immediate connection status callback.
public delegate void DALConnectionStatusCallBackMethod(
BaseConnectionNotificationMessage message
)
public delegate void DALConnectionStatusCallBackMethod(
BaseConnectionNotificationMessage^ message
)
Parameters
- message
- The connection status notification message.