BackgroundOperationCancel Method
Cancels the operation. A cancelled operation cannot be used and is waiting to be disposed.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public void Cancel(
bool waitUntilIdle = false
)
Parameters
- waitUntilIdle Boolean (Optional)
- If true, also waits until the operation is idle.