CancellableOperationTCancel Method |
Requests cancellation of the operation.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool Cancel(
bool throwImmediate = false
)
Public Function Cancel (
Optional throwImmediate As Boolean = false
) As Boolean
public:
bool Cancel(
bool throwImmediate = false
)
Parameters
- throwImmediate (Optional)
- Type: SystemBoolean
Throws the OperationCancelledOperation within this method.
Return Value
Type:
BooleanTrue when the cancellation was requested, false otherwise.
See Also