Interface ICommand<TResult>
interface for a command that returns a TResult
Namespace: FastEndpoints
Assembly: FastEndpoints.Messaging.Core.dll
Syntax
public interface ICommand<out TResult>
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>) |