Click or drag to resize

ICameoSdkGetConfigurationState Method

Returns current configuration 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#
ConfigurationState GetConfigurationState(
	string serverAddress
)

Parameters

serverAddress  String
IP address of the server.

Return Value

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