Interface IMultiplexedCancellationTokenSource
Represents multiplexed cancellation token source.
Namespace: DotNext.Threading
Assembly: DotNext.Threading.dll
Syntax
public interface IMultiplexedCancellationTokenSource
Properties
| Edit this page View SourceCancellationOrigin
Gets the cancellation origin.
Declaration
CancellationToken CancellationOrigin { get; }
Property Value
Type | Description |
---|---|
CancellationToken |
Token
Gets the multiplexed token.
Declaration
CancellationToken Token { get; }
Property Value
Type | Description |
---|---|
CancellationToken |