Show / Hide Table of Contents

Interface ICommandHandler<TCommand>

Handle ICommand Request.

Inherited Members
MediatR.IRequestHandler<TCommand, MediatR.Unit>.Handle(TCommand, System.Threading.CancellationToken)
Namespace: MediatorForge.CQRS.Commands
Assembly: MediatorForge.dll
Syntax
public interface ICommandHandler<in TCommand> : ICommandHandler<TCommand, Unit>, IRequestHandler<TCommand, Unit> where TCommand : ICommand<Unit>
Type Parameters
Name Description
TCommand
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX