Connect.3 |
Scroll |
Connects the specified user to the Thereforeā¢ Server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Connect ( _ nType As TheClientType, _ strUser As String, _ strPwd As String _ ) C# public virtual void Connect ( TheClientType nType, string strUser, string strPwd )
Parameters nType The TheClientType to connect to the TheServer.
strUser Account name of the user to connect.
strPwd Password of the user accoutn set as strUser.
Return Value None. |
|