Bridge

CancellationToken Members

The CancellationToken type exposes the following members.

Constructors


  Name Description
Public method CancellationToken
Initializes the CancellationToken.

Properties


  Name Description
Public property CanBeCanceled
Gets whether this token is capable of being in the canceled state.
Public property IsCancellationRequested
Gets whether cancellation has been requested for this token.
Public property Static member None
Returns an empty CancellationToken value.