RemoteClientApi(String, String, String, ISdkLogger) Constructor |  |
Instantiates a remote connection to a client and its Management Server.
Log on to the Operator Client is possible with account credentials of the Administrator user group
or with account credentials of the user group currently logged on at the Operator Client.
If the current Operator is logged on with a restricted account, restricted rights apply for the SDK user,
even if Administrator credentials are used for SDK login.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxpublic RemoteClientApi(
string clientAddress,
string user,
string password,
ISdkLogger sdkLogger
)
Parameters
- clientAddress String
- e.g. localhost:5394, must include the port number.
- user String
- Username.
- password String
- Password.
- sdkLogger ISdkLogger
- Optional logger that implements ISdkLogger interface and provides better exceptions logging.
Exceptions| Exception | Condition |
|---|
| SdkException | Will be thrown if the RemoteClientApi is used in enterprise system
or in cases of invalid user name, password or invalid syntax of the client address. |
See Also