Search Results for

    Show / Hide Table of Contents

    Class FutureBase<T>

    Future base properties/methods.

    Inheritance
    System.Object
    FutureBase<T>
    Future<T>
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public abstract class FutureBase<T> : object where T : class
    Type Parameters
    Name Description
    T

    Properties

    Exception

    Gets or sets the exception if rejected.

    Declaration
    public Exception Exception { get; protected set; }
    Property Value
    Type Description
    Exception

    Result

    Gets or sets the result if resolved.

    Declaration
    public T Result { get; protected set; }
    Property Value
    Type Description
    T

    State

    Gets or sets the current state.

    Declaration
    public FutureState State { get; protected set; }
    Property Value
    Type Description
    FutureState
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0