Interface ICommand<TResult>
Represents a command that returns a result
Namespace: AzureFromTheTrenches.Commanding.Abstractions
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public interface ICommand<TResult> : ICommand
Type Parameters
| Name | Description |
|---|---|
| TResult | The type of the result |