ILogViewAdaptorFactory 接口

定义

要为日志视图适配器工厂实现的接口

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

属性

UsesStorageProvider

如果构造适配器需要存储提供程序,则返回 true。

方法

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

构造要安装在给定主机粒度中的 A ILogViewAdaptor<TLogView,TLogEntry>

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

构造要安装在给定主机粒度中的 A ILogViewAdaptor<TLogView,TLogEntry>

适用于