BackgroundOperationCancel Method |
Cancels the operation. A cancelled operation cannot be used and is waiting to be disposed.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic void Cancel(
bool waitUntilIdle = false
)
Parameters
- waitUntilIdle (Optional)
- Type: SystemBoolean
If true, also waits until the operation is idle.
See Also