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

Return Value

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

Implements

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

See Also

Reference

PublishedStreamAdapterFactory Class

Create Overload

Microsoft.ComplexEventProcessing.Adapters Namespace