Triggered when a timeline is first connected to the TimelineSynchronizer

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

Syntax

C#
public delegate void TimelineCreatedHandler(
	byte[] timelineId
)

Parameters

timelineId
Type: array<System..::..Byte>[]()[][]
String identifier for the timeline

See Also