Click or drag to resize

ExportCompleteEventArgsCanceled Property

List of cameras that were not exported, because export was canceled.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public IEnumerable<ICamera> Canceled { get; }

Property Value

IEnumerableICamera
See Also