DynamicQueryCompositionExtensions Class
This class contains the extension methods to the Query class for dynamic query composition.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.DynamicQueryCompositionExtensions
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public static class DynamicQueryCompositionExtensions
Methods
Name | Description | |
---|---|---|
ToStream<TPayload>(Query) | Creates a new input stream bound to the output event stream of an existing query. | |
ToStream<TPayload>(Query, AdvanceTimeSettings) | Creates a new input stream with given advance time settings bound to the output event stream of an existing query. | |
ToStream<TPayload>(Query, String) | Creates a new input stream with a given name bound to the output event stream of an existing query. | |
ToStream<TPayload>(Query, String, AdvanceTimeSettings) | Creates a new input stream with given name and advance time settings bound to the output event stream of an existing query. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.