CancellableOperationTCancel Method

Requests cancellation of the operation.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool Cancel(
	bool throwImmediate = false
)

Parameters

throwImmediate  Boolean  (Optional)
Throws the OperationCancelledOperation within this method.

Return Value

Boolean
True when the cancellation was requested, false otherwise.

See Also