This documentation is archived and is not being maintained.
CancellationToken Properties
Visual Studio 2010
The CancellationToken type exposes the following members.
| 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. |
Show: