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

Return Value

Type: Microsoft.ComplexEventProcessing.Adapters.OutputAdapterBase
The new adapter instance.

Implements

IOutputAdapterFactory<TConfigInfo>.Create(TConfigInfo, EventShape, CepEventType)

See Also

Reference

PublishedStreamAdapterFactory Class

Create Overload

Microsoft.ComplexEventProcessing.Adapters Namespace