Partager via


ILogViewAdaptorFactory Interface

Définition

Interface à implémenter pour une fabrique d’adaptateur de vue de journal

public interface ILogViewAdaptorFactory
type ILogViewAdaptorFactory = interface
Public Interface ILogViewAdaptorFactory
Dérivé

Propriétés

UsesStorageProvider

Retourne true si un fournisseur de stockage est requis pour construire des adaptateurs.

Méthodes

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

Construit un ILogViewAdaptor<TLogView,TLogEntry> à installer dans le grain d’hôte donné.

S’applique à