Click or drag to resize
ICancellableAsyncResultCancel Method
Cancels the async operation.

Namespace: PatchKit.Async
Assembly: PatchKit.Async (in PatchKit.Async.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool Cancel()

Return Value

Type: Boolean
True if cancellation has been requested correctly. Otherwise false.
See Also