共用方式為


ILogViewAdaptorFactory 介面

定義

要針對記錄檢視配接器處理站實作的介面

public interface ILogViewAdaptorFactory
type ILogViewAdaptorFactory = interface
Public Interface ILogViewAdaptorFactory
衍生

屬性

UsesStorageProvider

如果建構配接器需要儲存提供者,則傳回 true。

方法

MakeLogViewAdaptor<TLogView,TLogEntry>(ILogViewAdaptorHost<TLogView,TLogEntry>, TLogView, String, IGrainStorage, ILogConsistencyProtocolServices)

ILogViewAdaptor<TLogView,TLogEntry>建構要安裝在指定主機粒度中的 。

適用於