Click or drag to resize

ConfigurationStateChangedEventArgs Constructor

Constructor, that initialize server configuration state and server address.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public ConfigurationStateChangedEventArgs(
	ConfigurationState configurationState,
	string serverAddress
)

Parameters

configurationState  ConfigurationState
Server configuration state.
serverAddress  String
IP address of the BVMS server.
See Also