Show / Hide Table of Contents

Interface IMultiplexedCancellationTokenSource

Represents multiplexed cancellation token source.

Namespace: DotNext.Threading
Assembly: DotNext.Threading.dll
Syntax
public interface IMultiplexedCancellationTokenSource

Properties

View Source

CancellationOrigin

Gets the cancellation origin.

Declaration
CancellationToken CancellationOrigin { get; }
Property Value
Type Description
CancellationToken
View Source

Token

Gets the multiplexed token.

Declaration
CancellationToken Token { get; }
Property Value
Type Description
CancellationToken

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾