The members of System.Threading.CancellationToken are listed below.
See Also: Inherited members from System.ValueType
Initializes the System.Threading.CancellationToken. |
[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. |
override | Equals(object)
| |
Equals(CancellationToken)
| ||
override | GetHashCode()
| |
Register(Action)
| ||
Register(Action, bool)
| ||
Register(Action<object>, object)
| ||
Register(Action<object>, object, bool)
| ||
ThrowIfCancellationRequested()
|
static | Equality(CancellationToken, CancellationToken) |
Determines whether two System.Threading.CancellationToken instances are equal. |
static | Inequality(CancellationToken, CancellationToken) |
Determines whether two System.Threading.CancellationToken instances are not equal. |