Condividi tramite


ILogViewAdaptorFactory Interfaccia

Definizione

Interfaccia da implementare per una factory dell'adattatore di visualizzazione log

public interface ILogViewAdaptorFactory
type ILogViewAdaptorFactory = interface
Public Interface ILogViewAdaptorFactory
Derivato

Proprietà

UsesStorageProvider

Restituisce true se è necessario un provider di archiviazione per la costruzione di adattatori.

Metodi

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

Costruire un oggetto ILogViewAdaptor<TLogView,TLogEntry> da installare nella granularità dell'host specificata.

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

Costruire un oggetto ILogViewAdaptor<TLogView,TLogEntry> da installare nella granularità dell'host specificata.

Si applica a