The properties of System.Threading.CancellationToken are listed below. For a list of all members, see the CancellationToken Members list.
See Also: Inherited members from System.ValueType
[read-only] | CanBeCanceled | bool.
Gets whether this token is capable of being in the canceled state. |
[read-only] | IsCancellationRequested | bool.
Gets whether cancellation has been requested for this token. |
[read-only] static | None | CancellationToken.
Returns an empty CancellationToken value. |
[read-only] | WaitHandle | WaitHandle.
Gets a System.Threading.WaitHandle that is signaled when the token is canceled. |