CliContextCancellationToken Property

Gets the token to implement cancellation handling. Available for async command handlers.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public CancellationToken CancellationToken { get; }

Property Value

CancellationToken

See Also