Automatically requests cancellation after the specified non-negative time in milliseconds.
Whether the cancellation has been requested.
Gets the derived ICancellationToken
from this token source.
Initiates cancellation if it has not been requested yet.
Notifies the derived ICancellationToken
of the cancellation.
Initiates cancellation after the specified delay.
the non-negative time in milliseconds to wait before initiating the cancellation.
Gets a CancellationTokenSource
that gets cancelled when any of the specified ICancellationToken
gets cancelled.
One or more underlying ICancellationToken
.
Generated using TypeDoc
Represents an owner of ICancellationToken that can initiates the cancellation.