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
- inputAdapter
Type: Microsoft.ComplexEventProcessing.InputAdapter
Input adapter metadata object to be bound.
- configInfo
Type: System.Object
Runtime configuration for the input adapter.
- 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.