Creates an array of all outgoing messages for one peer

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

Syntax

C#
public TimelineMessage[] GetOutgoingMessages(
	ushort peerIndex
)

Parameters

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

See Also