QueryBinder.BindProducer Method (String, Query)

Binds the output events stream of an existing query to a given input stream in the query template.

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

Syntax

public void BindProducer(
    string streamName,
    Query query
)

Parameters

  • streamName
    Type: System.String
    Name of the input stream of the query template to be bound.

See Also

Reference

QueryBinder Class

BindProducer Overload

Microsoft.ComplexEventProcessing Namespace