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>构造要安装在给定主机 grain 中的 。

适用于