Click or drag to resize

RemoteServerApi(String, String, String) Constructor

Instantiates a remote connection to a Management Server.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public RemoteServerApi(
	string serverAddress,
	string user,
	string password
)

Parameters

serverAddress  String
e.g. localhost:5392.
user  String
password  String
Private key.
Exceptions
ExceptionCondition
SdkExceptionCan be thrown in cases of invalid user name, password or invalid syntax of the client address.
See Also