PublishedStreamAdapterFactory.Create 方法 (PublishedStreamOutputAdapterConfiguration, EventShape, CepEventType)

 

建立新的輸出配接器。 此方法不得直接呼叫。

命名空間:   Microsoft.ComplexEventProcessing.Adapters
組件:  Microsoft.ComplexEventProcessing.Adapters (在 Microsoft.ComplexEventProcessing.Adapters.dll 中)

語法

public OutputAdapterBase Create(
    PublishedStreamOutputAdapterConfiguration configInfo,
    EventShape eventShape,
    CepEventType cepEventType
)
public:
virtual OutputAdapterBase^ Create(
    PublishedStreamOutputAdapterConfiguration configInfo,
    EventShape eventShape,
    CepEventType^ cepEventType
) sealed
abstract Create : 
        configInfo:PublishedStreamOutputAdapterConfiguration *
        eventShape:EventShape *
        cepEventType:CepEventType -> OutputAdapterBase
override Create : 
        configInfo:PublishedStreamOutputAdapterConfiguration *
        eventShape:EventShape *
        cepEventType:CepEventType -> OutputAdapterBase
Public Function Create (
    configInfo As PublishedStreamOutputAdapterConfiguration,
    eventShape As EventShape,
    cepEventType As CepEventType
) As OutputAdapterBase

參數

  • configInfo
    配接器組態資訊。
  • eventShape
    事件圖形。
  • cepEventType
    事件類型。

傳回值

Type: Microsoft.ComplexEventProcessing.Adapters.OutputAdapterBase

新配接器執行個體。

實作

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

請參閱

Create 超載
PublishedStreamAdapterFactory 類別
Microsoft.ComplexEventProcessing.Adapters 命名空間

回到頁首