QueryBinder.BindProducer Method (String, Uri, EventShape, AdvanceTimeSettings)
Binds an existing published stream 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,
Uri publishedStreamName,
EventShape eventShape,
AdvanceTimeSettings advanceTimeSettings
)
Parameters
- streamName
Type: System.String
Name of the input stream of the query template to be bound.
- publishedStreamName
Type: System.Uri
Name of the published stream.
- eventShape
Type: Microsoft.ComplexEventProcessing.EventShape
Desired event shape of the input stream.
- advanceTimeSettings
Type: Microsoft.ComplexEventProcessing.AdvanceTimeSettings
Settings to advance application time for this input stream.
Remarks
The event shape must match the shape produced by the published stream.