Search Results for

    Show / Hide Table of Contents

    Interface ICommand<TResult>

    interface for a command that returns a result

    Namespace: FastEndpoints
    Assembly: FastEndpoints.dll
    Syntax
    public interface ICommand<out TResult>
    Type Parameters
    Name Description
    TResult

    the type of the result that will be returned from the handler [ICommand<TResult>] of this command

    Extension Methods

    CommandExtensions.ExecuteAsync<TResult>(ICommand<TResult>, CancellationToken)
    In This Article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX