Nito.Cancellation
A cancellation token wrapper that may represent multiple linked cancellation tokens. Instances of this type should always be disposed.
The , if any. If this is not null, then is _cts.Token.
The . If is not null, then this is _cts.Token.
Creates a normalized cancellation token that can never be canceled.
Creates a normalized cancellation token from a . is set to the property of .
The source for this token. May be null to create a normalized cancellation token that can never be canceled.
Creates a normalized cancellation token from a . is set to .
The source for this token.
Releases any resources used by this normalized cancellation token.
Gets the for this normalized cancellation token.
Creates a cancellation token that is canceled after the due time.
The due time after which to cancel the token.
A cancellation token that is canceled after the due time.
Creates a cancellation token that is canceled after the due time.
The due time after which to cancel the token.
A cancellation token that is canceled after the due time.
Reduces a set of cancellation tokens by removing any cancellation tokens that cannot be canceled. If any tokens are already canceled, the returned token will be canceled.
The cancellation tokens to reduce. May not be null.
Reduces a set of cancellation tokens by removing any cancellation tokens that cannot be canceled. If any tokens are already canceled, the returned token will be canceled.
The cancellation tokens to reduce. May not be null.