Click or drag to resize

ICameoSdkScheduleLogoffRequired Event

Occurs when user is not allowed to work in the configured time.

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

Value

EventHandlerEventArgs
Remarks
Important: before the event is raised the SDK gets shutdown, therefore you are not allowed to use SDK interfaces anymore.
See Also