ListenerFailure Delegate

Delegate used to notify a listener failure that cannot be recovered.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public delegate void ListenerFailure(
	int listenerID,
	string message,
	Exception e
)

Parameters

listenerID  Int32
message  String
e  Exception
Returned exception that caused to shut down of listener thread.

See Also