Table of Contents

Query Method

Definition

Namespace
Savvyio.Queries
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/Queries/IQueryDispatcher.cs

Query<TResult>(IQuery<TResult>)

Queries the specified request using Request-Reply/In-Out MEP.

TResult Query<TResult>(IQuery<TResult> request)

Parameters

request IQuery<TResult>

The IQuery<TResult> to request.

Returns

TResult

The outcome of the query operation.

Type Parameters

TResult

The type of the result to return.