Connects to message passer without creating any time line objects

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

Syntax

C#
public static void ConnectToServer()

Remarks

This method is used to establish a connection between the client and the server. Normally you do not need to use this method, because a connection is automatically established when you create a TimeLine object. However, if you need to connect to the server for example to determine your client number, you can use this method.

See Also