Click or drag to resize

ConnectionEventHandler Delegate

Delegate for connection related events

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public delegate void ConnectionEventHandler(
	ConnectionEvent eventType,
	Uri uri,
	int spoolSize,
	string errorInformation,
	Exception errorException = null
)

Parameters

eventType  ConnectionEvent
The type of event
uri  Uri
The related Uri
spoolSize  Int32
The current size of the related spool (message count)
errorInformation  String
Human interpretable information related to the event
errorException  Exception  (Optional)
An optional Exception indicating error details
See Also