Click or drag to resize
AsyncCancellationTokenSourceCancel Method
Requests the cancellation. Executes all of callbacks registered with Register(Action).

Namespace: PatchKit.Async
Assembly: PatchKit.Async (in PatchKit.Async.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Cancel()
See Also