ILogViewAdaptorFactory 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要針對記錄檢視配接器處理站實作的介面
public interface ILogViewAdaptorFactory
type ILogViewAdaptorFactory = interface
Public Interface ILogViewAdaptorFactory
- 衍生
屬性
UsesStorageProvider |
如果建構配接器需要儲存提供者,則傳回 true。 |
方法
MakeLogViewAdaptor<TLogView,TLogEntry>(ILogViewAdaptorHost<TLogView,TLogEntry>, TLogView, String, IGrainStorage, ILogConsistencyProtocolServices) |
ILogViewAdaptor<TLogView,TLogEntry>建構要安裝在指定主機粒度中的 。 |