Triggered when a set message is processed

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

Syntax

C#
public delegate void TimelineSetHandler(
	ushort timelineIndex,
	byte[] timelineId
)

Parameters

timelineIndex
Type: System..::..UInt16
Index number for the timeline on the TimelineSchronizer.
timelineId
Type: array<System..::..Byte>[]()[][]
String identifier for the timeline

See Also