ILogViewAdaptorFactory Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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) |
Construisez un ILogViewAdaptor<TLogView,TLogEntry> à installer dans le grain d’hôte donné. |
MakeLogViewAdaptor<TLogView,TLogEntry>(ILogViewAdaptorHost<TLogView,TLogEntry>, TLogView, String, IStorageProvider, ILogConsistencyProtocolServices) |
Construisez un ILogViewAdaptor<TLogView,TLogEntry> à installer dans le grain d’hôte donné. |