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

Binds a query template input to an input adapter.

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

Syntax

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

Type Parameters

  • PayloadT
    Input stream payload type.

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