ConfigurationStateChangedEventArgs Constructor |  |
Constructor, that initialize server configuration state and server address.
Namespace: Bosch.Vms.CameoSdkAssembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntaxpublic ConfigurationStateChangedEventArgs(
ConfigurationState configurationState,
string serverAddress
)
Parameters
- configurationState ConfigurationState
- Server configuration state.
- serverAddress String
- IP address of the BVMS server.
See Also