CancellationTokenSource Properties

Task Parallel System.Threading

The CancellationTokenSource type exposes the following members.

Properties

  NameDescription
IsCancellationRequested
Gets whether cancellation has been requested for this CancellationTokenSource.
Token
Gets the CancellationToken associated with this CancellationTokenSource.

See Also