Interface ICancellationTokenProvider
An interface used to generate a cancellation token
Namespace: Catalyst.Abstractions.Util
Assembly: Catalyst.Abstractions.dll
Syntax
public interface ICancellationTokenProvider
Properties
| Improve this Doc View SourceCancellationTokenSource
Declaration
CancellationTokenSource CancellationTokenSource { get; set; }
Property Value
Type | Description |
---|---|
System.Threading.CancellationTokenSource |
Methods
| Improve this Doc View SourceHasTokenCancelled()
Declaration
bool HasTokenCancelled()
Returns
Type | Description |
---|---|
System.Boolean |