Click or drag to resize

ICameoSdkConfigurationStateChanged Event

Raised when configuration state of any server is changed.
The ConfigurationStateChangedEventArgs contains a description of the state and related server address.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
event EventHandler<ConfigurationStateChangedEventArgs> ConfigurationStateChanged

Value

EventHandlerConfigurationStateChangedEventArgs
Remarks
User should restart application in order to download and apply a new configuration.
See Also