QueryBinder.BindProducer Method (String, InputAdapter, Object, EventShape, AdvanceTimeSettings)

Binds a query template input to an untyped input adapter

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

Syntax

public void BindProducer(
    string streamName,
    InputAdapter inputAdapter,
    Object configInfo,
    EventShape eventShape,
    AdvanceTimeSettings advanceTimeSettings
)

Parameters

  • streamName
    Type: System.String
    Name of the input stream of the query template to be bound.
  • configInfo
    Type: System.Object
    Runtime configuration for the input adapter.

See Also

Reference

QueryBinder Class

BindProducer Overload

Microsoft.ComplexEventProcessing Namespace