Compartir a través de


IQueryDataProducer<TResult> Interface

Definition

Represents a query producer, which sends results to a IQueryResultReceiver<TResult>.

public interface IQueryDataProducer<TResult>
type IQueryDataProducer<'Result> = interface
Public Interface IQueryDataProducer(Of TResult)

Type Parameters

TResult

The type of the result data from this query step.

Derived

Methods

LinkTo(IQueryResultReceiver<TResult>)

Link the query step to a block to process the result. The query engine will call it exactly once before using this query step.

Applies to