Show / Hide Table of Contents

Interface IQueryHandler<TQuery, TResponse>

Handle IQuery.

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