Show / Hide Table of Contents

    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 Source

    CancellationTokenSource

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

    Methods

    | Improve this Doc View Source

    HasTokenCancelled()

    Declaration
    bool HasTokenCancelled()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network