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 |