Delegate CommandDelegate<TResult>
command delegate
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public delegate Task<TResult> CommandDelegate<TResult>()
Returns
| Type | Description |
|---|---|
| Task<TResult> | command delegate |
Type Parameters
| Name | Description |
|---|---|
| TResult | the type of the result |