Add a value from a remote site into the local time line

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

Syntax

C#
void SetFromRemote(
	long realTime,
	byte[] msg
)

Parameters

realTime
Type: System..::..Int64
Time associated with the value to be added
msg
Type: array<System..::..Byte>[]()[][]
Value to be inserted

See Also