Search Results for

    Show / Hide Table of Contents

    Interface ICommand<TResult>

    interface for a command that returns a TResult

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

    the type of the result that will be returned from the handler of this command (i.e. ICommandHandler<TCommand, TResult>)

    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX