CancellationTokenSource Properties
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| CancellationTokenSource Properties |
| CancellationTokenSource Class See Also Send Feedback |
The CancellationTokenSource type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsCancellationRequested |
Gets whether cancellation has been requested for this CancellationTokenSource.
| |
| Token |
Gets the CancellationToken
associated with this CancellationTokenSource.
|