Table of Contents

Interface ICommandPipeline

Namespace
Cratis.Applications.Commands
Assembly
Cratis.Applications.dll

Defines a system can execute commands.

public interface ICommandPipeline

Methods

Execute(object)

Executes the given command.

Task<CommandResult> Execute(object command)

Parameters

command object

The command to execute.

Returns

Task<CommandResult>

A CommandResult representing the result of executing the command.