Search Results for

    Show / Hide Table of Contents

    Interface IServerStreamCommand<TResult>

    interface for a command that returns a stream of TResult

    Namespace: FastEndpoints
    Assembly: FastEndpoints.Messaging.Core.dll
    Syntax
    public interface IServerStreamCommand<out TResult> where TResult : class
    Type Parameters
    Name Description
    TResult

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

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