Show / Hide Table of Contents

Interface IMultiplexedCancellationTokenSource

Represents multiplexed cancellation token source.

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

Properties

| Edit this page View Source

CancellationOrigin

Gets the cancellation origin.

Declaration
CancellationToken CancellationOrigin { get; }
Property Value
Type Description
CancellationToken
| Edit this page View Source

Token

Gets the multiplexed token.

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

Extension Methods

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