Defines a CancellationToken. This interface is not intended to be implemented. A CancellationToken must be created via a CancellationTokenSource.
Readonly
Is true when the token has been cancelled, false otherwise.
true
false
An event which fires upon cancellation.
Defines a CancellationToken. This interface is not intended to be implemented. A CancellationToken must be created via a CancellationTokenSource.