Search Results for

    Show / Hide Table of Contents

    Class NoopExecutionStrategy

    Noop Execution Strategy

    Inheritance
    Object
    NoopExecutionStrategy
    Implements
    IExecutionStrategy
    Namespace: Gossip.Connection
    Assembly: Gossip.dll
    Syntax
    public class NoopExecutionStrategy : object, IExecutionStrategy

    Methods

    | Improve this Doc View Source

    Execute(Action)

    Execution Strategy

    Declaration
    public void Execute(Action fn)
    Parameters
    Type Name Description
    Action fn

    Execution Strategy

    | Improve this Doc View Source

    Execute<T>(Func<T>)

    Execution Strategy

    Declaration
    public T Execute<T>(Func<T> fn)
    Parameters
    Type Name Description
    Func<T> fn

    Execution Strategy

    Returns
    Type Description
    T

    Generic Type T

    Type Parameters
    Name Description
    T

    Generic Type T

    | Improve this Doc View Source

    ExecuteAsync(Func<Task>)

    Execution Strategy

    Declaration
    public Task ExecuteAsync(Func<Task> fn)
    Parameters
    Type Name Description
    Func<Task> fn

    Execution Strategy

    Returns
    Type Description
    Task

    Task

    | Improve this Doc View Source

    ExecuteAsync<T>(Func<Task<T>>)

    Execution Strategy

    Declaration
    public Task<T> ExecuteAsync<T>(Func<Task<T>> fn)
    Parameters
    Type Name Description
    Func<Task<T>> fn

    Execution strategy

    Returns
    Type Description
    Task<T>

    Task with generic type T

    Type Parameters
    Name Description
    T

    Generic Type

    Implements

    IExecutionStrategy
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX