Click or drag to resize
AsyncCancellationTokenSourceToken Property
Cancellation token.

Namespace: PatchKit.Async
Assembly: PatchKit.Async (in PatchKit.Async.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public AsyncCancellationToken Token { get; }

Property Value

Type: AsyncCancellationToken
See Also