CancellationToken Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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: