Start timeline client - starts separate thread that processes incoming messages

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

Syntax

C#
public static bool Start(
	bool autoAdd,
	bool autoStep
)

Parameters

autoAdd
Type: System..::..Boolean
If true, automatically connect to the timeline synchronizer using information found in TimelineClient.ini. If false, must connect manually using Connect
autoStep
Type: System..::..Boolean
If true, automatically increment time. If false, time must be manually incremented by calling Step

See Also