CancellationToken Properties
.NET Framework (current version)
Namespace:
System.Threading
Assembly: mscorlib (in mscorlib.dll)
| 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:

