CancellationToken Properties
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| CancellationToken Properties |
| CancellationToken Structure See Also Send Feedback |
The CancellationToken type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CanBeCanceled |
Gets whether this token is capable of being in the canceled state.
| |
| IsCancellationRequested |
Gets whether cancellation has been requested for this token.
| |
| None |
Returns an empty CancellationToken value.
| |
| WaitHandle |
Gets a WaitHandle that is signaled when the token is canceled. |