Process a message from one of the peers

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

Syntax

C#
public void ProcessIncomingMessage(
	ushort peerIndex,
	TimelineMessage message
)

Parameters

peerIndex
Type: System..::..UInt16
Index number for the peer.
message
Type: Janus..::..TimelineMessage
The message to be processed.

See Also