DynamicQueryCompositionExtensions Class

 

This class contains the extension methods to the Query class for dynamic query composition.

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

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.DynamicQueryCompositionExtensions

Syntax

public static class DynamicQueryCompositionExtensions
[ExtensionAttribute]
public ref class DynamicQueryCompositionExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DynamicQueryCompositionExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DynamicQueryCompositionExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static ToStream<TPayload>(Query)

Creates a new input stream bound to the output event stream of an existing query.

System_CAPS_pubmethodSystem_CAPS_static ToStream<TPayload>(Query, AdvanceTimeSettings)

Creates a new input stream with given advance time settings bound to the output event stream of an existing query.

System_CAPS_pubmethodSystem_CAPS_static ToStream<TPayload>(Query, String)

Creates a new input stream with a given name bound to the output event stream of an existing query.

System_CAPS_pubmethodSystem_CAPS_static 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.

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.

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top