QueryBinder.BindProducer Method (String, InputAdapter, Object, EventShape)
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
)
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