Show / Hide Table of Contents

Interface IQuery<TResponse>

Execute Query.

Namespace: MediatorForge.CQRS.Queries
Assembly: MediatorForge.dll
Syntax
public interface IQuery<out TResponse> : IRequest<TResponse>, IBaseRequest
Type Parameters
Name Description
TResponse
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX