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> ホスト グレインにインストールする を構築します。

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

特定の ILogViewAdaptor<TLogView,TLogEntry> ホスト グレインにインストールする を構築します。

適用対象