Show / Hide Table of Contents

    Class CancellationTokenProvider

    Inheritance
    System.Object
    CancellationTokenProvider
    Implements
    ICancellationTokenProvider
    System.IDisposable
    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 Source

    CancellationTokenProvider()

    Declaration
    public CancellationTokenProvider()

    Properties

    | Improve this Doc View Source

    CancellationTokenSource

    Declaration
    public CancellationTokenSource CancellationTokenSource { get; set; }
    Property Value
    Type Description
    System.Threading.CancellationTokenSource

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    HasTokenCancelled()

    Declaration
    public bool HasTokenCancelled()
    Returns
    Type Description
    System.Boolean

    Implements

    ICancellationTokenProvider
    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network