Click or drag to resize

ICameoSdkGetServerConnectionState Method

Returns current connection state to the specified server.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
ServerConnectionState GetServerConnectionState(
	string serverAddress
)

Parameters

serverAddress  String
IP address of the server.

Return Value

ServerConnectionState
Remarks
In single site system null can be passed to receive a state of the started server.
See Also