Interface _IQuery<TQuery, TResponse>
internal version of the IQuery<TQuery, TResponse, TEndPointDefinition> interface without the endpoint this interface is only used internally on the consumer side
public interface _IQuery<TQuery, TResponse> : _IRequest<TQuery, TResponse>, _IMessage<TQuery, TResponse> where TQuery : _IQuery<TQuery, TResponse> where TResponse : class
Type Parameters
TQueryTResponse