Click or drag to resize

ZeroMQClientOnDisconnectException Method

Raises the SendDataException event for disconnect exceptions.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnDisconnectException(
	Exception ex
)
View Source

Parameters

ex  Exception
Disconnect exception to send to SendDataException event.
See Also