CreateOutputAdapter(TOutputAdapterFactory) 方法
根據配接器 Factory 類別,建立 CEP 輸出配接器物件。
命名空間: Microsoft.ComplexEventProcessing
組件: Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)
語法
public OutputAdapter CreateOutputAdapter<TOutputAdapterFactory>(
string name,
string description
)
型別參數
- TOutputAdapterFactory
具現化配接器的輸出配接器 Factory 類別。
參數
- name
型別:System. . :: . .String
中繼資料中輸出配接器物件的名稱。
- description
型別:System. . :: . .String
中繼資料中輸出配接器物件的描述。
傳回值
型別:Microsoft.ComplexEventProcessing. . :: . .OutputAdapter
新的輸出配接器物件。