Triggered when a peer disconnects from the TimelineSynchronizer

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

Syntax

C#
public delegate void PeerDisconnectedHandler(
	ushort peerIndex
)

Parameters

peerIndex
Type: System..::..UInt16
Index number for the peer that disconnected.

See Also