Click or drag to resize

RemoteClientApi(String, String, String) 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.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public RemoteClientApi(
	string clientAddress,
	string user,
	string password
)

Parameters

clientAddress  String
e.g. localhost:5394, must include the port number.
user  String
Username.
password  String
Password.
Exceptions
ExceptionCondition
SdkExceptionWill 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