Freigeben über


ILogViewAdaptorFactory Schnittstelle

Definition

Schnittstelle, die für eine Log-View-Adaptor-Fabrik implementiert werden soll

public interface ILogViewAdaptorFactory
type ILogViewAdaptorFactory = interface
Public Interface ILogViewAdaptorFactory
Abgeleitet

Eigenschaften

UsesStorageProvider

Gibt true zurück, wenn ein Speicheranbieter für das Erstellen von Adaptoren erforderlich ist.

Methoden

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

Erstellen Sie ein ILogViewAdaptor<TLogView,TLogEntry> zu installierende Hostkorn.

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

Erstellen Sie ein ILogViewAdaptor<TLogView,TLogEntry> zu installierende Hostkorn.

Gilt für: