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