Interface IQueryPipelineBehavior<TQuery, TResponse>
- Namespace
- SimpleMediator
- Assembly
- SimpleMediator.dll
Specialises IPipelineBehavior<TRequest, TResponse> for queries.
public interface IQueryPipelineBehavior<TQuery, TResponse> : IPipelineBehavior<TQuery, TResponse> where TQuery : IQuery<TResponse>
Type Parameters
TQueryTResponse
- Inherited Members