Interface ICommandHandler<TCommand>
- Namespace
- SimpleMediator
- Assembly
- SimpleMediator.dll
Convenience interface for commands that do not return an additional value.
public interface ICommandHandler<TCommand> : ICommandHandler<TCommand, Unit>, IRequestHandler<TCommand, Unit> where TCommand : ICommand<Unit>
Type Parameters
TCommand
- Inherited Members