CancellationTokenSource Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The CancellationTokenSource type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsCancellationRequested | Gets whether cancellation has been requested for this CancellationTokenSource. |
|
Token | Gets the CancellationToken associated with this CancellationTokenSource. |
Show: