AFProgressEventArgs.Cancel Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Set to to cancel the entire operation.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool Cancel { get; set; }
Public Property Cancel As Boolean Get Set Dim instance As AFProgressEventArgs Dim value As Boolean value = instance.Cancel instance.Cancel = value
public: property bool Cancel { bool get (); void set (bool value); }
member Cancel : bool with get, set
Property Value
Type: BooleanSet to if the operation is to be canceled.