Click or drag to resize

ICameoSdkConnectionStateChanged Event

Raised when connection state to any server is changed.
The ConnectionStateEventArgs 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<ConnectionStateEventArgs> ConnectionStateChanged

Value

EventHandlerConnectionStateEventArgs
Remarks
In multisite system the event is raised for each server.
See Also