Triggered when the client disconnects from the timeline synchronizer

Namespace:  Janus
Assembly:  Janus.LidgrenClient (in Janus.LidgrenClient.dll)

Syntax

C#
public delegate void ClientDisconnectedHandler(
	string reason
)

Parameters

reason
Type: System..::..String
Reason for disconnection

See Also