ConnectToken |
Scroll |
Connects to the Thereforeā¢ Server using the specified user token.
Namespace: Therefore.API
Visual Basic Public Overridable Function Connect ( _ nType As TheClientType, _ nUserToken As Integer, _ strNode As String, _ ) C# public virtual void Connect ( TheClientType nType, int nUserToken, string strNode )
Parameters nType The TheClientType to connect to the TheServer.
nUserToken User token used for the server connection.
strNode IP address of the local user.
Return Value None. |
|