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.
- query
Type: Microsoft.ComplexEventProcessing.Query
Existing query.