Class CancellationTokenProvider
Inheritance
System.Object
CancellationTokenProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.Util
Assembly: Catalyst.Core.Lib.dll
Syntax
public sealed class CancellationTokenProvider : ICancellationTokenProvider, IDisposable
Constructors
| Improve this Doc View SourceCancellationTokenProvider()
Declaration
public CancellationTokenProvider()
Properties
| Improve this Doc View SourceCancellationTokenSource
Declaration
public CancellationTokenSource CancellationTokenSource { get; set; }
Property Value
Type | Description |
---|---|
System.Threading.CancellationTokenSource |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
HasTokenCancelled()
Declaration
public bool HasTokenCancelled()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IDisposable