System.Threading.CancellationToken: Property Members

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

Public Properties

[read-only]
CanBeCanceledbool.

Gets whether this token is capable of being in the canceled state.

[read-only]
IsCancellationRequestedbool.

Gets whether cancellation has been requested for this token.

[read-only]
static
NoneCancellationToken.

Returns an empty CancellationToken value.

[read-only]
WaitHandleWaitHandle.

Gets a System.Threading.WaitHandle that is signaled when the token is canceled.