Click or drag to resize

ICameoSdk Events

The ICameoSdk type exposes the following members.

Events
 NameDescription
Public eventConfigurationStateChanged Raised when configuration state of any server is changed.
The ConfigurationStateChangedEventArgs contains a description of the state and related server address.
Public eventConnectionStateChanged Raised when connection state to any server is changed.
The ConnectionStateEventArgs contains a description of the state and related server address.
Public eventScheduleLogoffRequired Occurs when user is not allowed to work in the configured time.
Public eventShutdownCompleted Raised when ShutdownAsync method is completed.
Public eventStartupCompleted Raised when StartupAsync(String, String, String, StartupMode) method is completed.
The StartupCompletedEventArgs contains results of start.
Top
See Also