CepStream<TPayload>.ToQuery Method (String, String, EventShape, StreamEventOrder)

Creates a query from the stream with an unbound output. All inputs to the query must be bound to adapters, sequences or other queries. The output of the query can be consumed through dynamic query composition only. The application this query will run in is implied by the definition of the stream.

Namespace:  Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public Query ToQuery(
    string queryName,
    string description,
    EventShape eventShape,
    StreamEventOrder eventOrder
)

Parameters

Return Value

Type: Microsoft.ComplexEventProcessing.Query
The newly created query.

See Also

Reference

CepStream<TPayload> Class

ToQuery Overload

Microsoft.ComplexEventProcessing.Linq Namespace