Click or drag to resize

RemoteServerApi(String, String, String, ISdkLogger) 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,
	ISdkLogger sdkLogger
)

Parameters

serverAddress  String
e.g. localhost:5392.
user  String
password  String
Private key.
sdkLogger  ISdkLogger
Optional logger that implements ISdkLogger interface and provides better exceptions logging.
Exceptions
ExceptionCondition
SdkExceptionCan be thrown in cases of invalid user name, password or invalid syntax of the client address.
See Also