Adds an existing time line to the subscription list
            
    Namespace: 
   Equis.JanusToolkitAssembly: Janus (in Janus.dll)
Syntax
| C# | 
|---|
public void Reconnect()  | 
Remarks
            This method allows you to resume receiving updates for a timeline
            that had previously stopped receiving updates by calling the Disconnect method
            
Examples
            pointerPosition[myClientNumber].Reconnect();
             | |