Query Method
Definition
Query<TResult>(IQuery<TResult>)
Queries the specified request using Request-Reply/In-Out MEP.
public TResult Query<TResult>(IQuery<TResult> request)
Parameters
requestIQuery<TResult>The IQuery<TResult> to request.
Returns
- TResult
TResult.
Type Parameters
TResultThe type of the result to return.