Interface ICommandPipelineBehavior<TCommand, TResponse>
- Namespace
- SimpleMediator
- Assembly
- SimpleMediator.dll
Specialises IPipelineBehavior<TRequest, TResponse> for commands.
public interface ICommandPipelineBehavior<TCommand, TResponse> : IPipelineBehavior<TCommand, TResponse> where TCommand : ICommand<TResponse>
Type Parameters
TCommandTResponse
- Inherited Members