Interface ICommandPipeline
- Namespace
- Cratis.Applications.Commands
- Assembly
- Cratis.Applications.dll
Defines a system can execute commands.
public interface ICommandPipeline
- Extension Methods
Methods
Execute(object)
Executes the given command.
Task<CommandResult> Execute(object command)
Parameters
commandobjectThe command to execute.
Returns
- Task<CommandResult>
A CommandResult representing the result of executing the command.