QueryBinder.BindProducer Method (String, Uri, EventShape)

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
)

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.

Remarks

The event shape must match the shape produced by the published stream.

See Also

Reference

QueryBinder Class

BindProducer Overload

Microsoft.ComplexEventProcessing Namespace