Connect.5 |
Scroll |
Connects the specified user to the Thereforeā¢ Server using advanced options.
Namespace: Therefore.API
Visual Basic Public Overridable Function Connect ( _ nType As TheClientType, _ strUser As String, _ strPwd As String, _ strNode As String, _ strAlias As String, _ bAllowUI As Boolean, _ bMoveLicense As Boolean _ ) C# public virtual void Connect ( TheClientType nType, string strUser, string strPwd, string strNode, string strAlias, bool bAllowUI, bool bMoveLicense )
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.
strNode IP address of the local user.
strAlias Alias of the user.
bAllowUI Show logon dialog if connecting with default settings failed.
bMoveLicense Whether the license should be moved to this connection if the user is already logged in from another machine.
Return Value None. |
|