Click or drag to resize

ICameoSdkShutdown Method

Disconnects from the server and shuts down the SDK. This method must be called before application is closed in order to release all internal resources.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
void Shutdown()
Exceptions
ExceptionCondition
CameoSdkExceptionSDK is already stopped or stopping is in progress.
CameoSdkShutdownException Calling of any methods or properties of any SDK's interfaces that you acquired before Shutdown method execution.
Remarks
Please, get rid of any references to SDK before call the Shutdown method.
See Also