PublishedStreamAdapterFactory 類別

已發行之資料流輸入和輸出配接器的配接器 Factory。

繼承階層

System.Object
  Microsoft.ComplexEventProcessing.Adapters.PublishedStreamAdapterFactory

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

語法

'宣告
Public Class PublishedStreamAdapterFactory _
    Implements IInputAdapterFactory(Of PublishedStreamInputAdapterConfiguration), IOutputAdapterFactory(Of PublishedStreamOutputAdapterConfiguration),  _
    IDisposable
'用途
Dim instance As PublishedStreamAdapterFactory
public class PublishedStreamAdapterFactory : IInputAdapterFactory<PublishedStreamInputAdapterConfiguration>, 
    IOutputAdapterFactory<PublishedStreamOutputAdapterConfiguration>, IDisposable
public ref class PublishedStreamAdapterFactory : IInputAdapterFactory<PublishedStreamInputAdapterConfiguration>, 
    IOutputAdapterFactory<PublishedStreamOutputAdapterConfiguration>, IDisposable
type PublishedStreamAdapterFactory =  
    class 
        interface IInputAdapterFactory<PublishedStreamInputAdapterConfiguration>
        interface IOutputAdapterFactory<PublishedStreamOutputAdapterConfiguration>
        interface IDisposable 
    end
public class PublishedStreamAdapterFactory implements IInputAdapterFactory<PublishedStreamInputAdapterConfiguration>, IOutputAdapterFactory<PublishedStreamOutputAdapterConfiguration>, IDisposable

PublishedStreamAdapterFactory 型別公開下列成員。

建構函式

  名稱 說明
公用方法 PublishedStreamAdapterFactory 初始化 PublishedStreamAdapterFactory 類別的新執行個體。

上層

方法

  名稱 說明
公用方法 Create(PublishedStreamInputAdapterConfiguration, EventShape, CepEventType) 建立新的輸入配接器。此方法不得直接呼叫。
公用方法 Create(PublishedStreamOutputAdapterConfiguration, EventShape, CepEventType) 建立新的輸出配接器。此方法不得直接呼叫。
公用方法 Dispose 釋放 PublishedStreamAdapterFactory 類別使用的資源。
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.ComplexEventProcessing.Adapters 命名空間