Click or drag to resize

IExporterCancel Method

Cancels export.
This is an asynchronous method.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
void Cancel()
Exceptions
ExceptionCondition
CameoSdkException - Video export is not currently running. To cancel video export, it should be started firstly (use StartExportAsync(DateTime, DateTime, String, String) method).
- Video is not currently exporting. Archive information for export is retrieving.
See Also