PublishedStreamAdapterFactory.Create Method (PublishedStreamInputAdapterConfiguration, EventShape, CepEventType)
Creates a new input adapter. This method should not be called directly.
Namespace: Microsoft.ComplexEventProcessing.Adapters
Assembly: Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)
Syntax
public InputAdapterBase Create(
PublishedStreamInputAdapterConfiguration configInfo,
EventShape eventShape,
CepEventType cepEventType
)
Parameters
- configInfo
Type: Microsoft.ComplexEventProcessing.Adapters.PublishedStreamInputAdapterConfiguration
Adapter configuration information.
- eventShape
Type: Microsoft.ComplexEventProcessing.EventShape
Event shape.
- cepEventType
Type: Microsoft.ComplexEventProcessing.CepEventType
Event type.
Return Value
Type: Microsoft.ComplexEventProcessing.Adapters.InputAdapterBase
The new adapter instance.
Implements
IInputAdapterFactory<TConfigInfo>.Create(TConfigInfo, EventShape, CepEventType)