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