Interface ICommandPipelineBehavior<TCommand>
- Namespace
- SimpleMediator
- Assembly
- SimpleMediator.dll
Variant for commands without a specific response payload.
public interface ICommandPipelineBehavior<TCommand> : ICommandPipelineBehavior<TCommand, Unit>, IPipelineBehavior<TCommand, Unit> where TCommand : ICommand<Unit>
Type Parameters
TCommand
- Inherited Members