Show / Hide Table of Contents

Interface ICommandHandler<TCommand, TResponse>

Handle ICommand Request.

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