Click or drag to resize

ICameoSdkShutdownAsync Method

Async analog of the Shutdown method.
Completion of the method and result is notified by ShutdownCompleted event.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
void ShutdownAsync()
Exceptions
ExceptionCondition
CameoSdkExceptionSDK is already stopped or stopping is in progress.
See Also