CreateOutputAdapter(TOutputAdapterFactory) 方法

根據配接器 Factory 類別,建立 CEP 輸出配接器物件。

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

語法

public OutputAdapter CreateOutputAdapter<TOutputAdapterFactory>(
    string name,
    string description
)

型別參數

  • TOutputAdapterFactory
    具現化配接器的輸出配接器 Factory 類別。

參數

傳回值

型別:Microsoft.ComplexEventProcessing. . :: . .OutputAdapter
新的輸出配接器物件。

請參閱

參考

Application 類別

Microsoft.ComplexEventProcessing 命名空間