Freigeben über


ILogViewAdaptorFactory Schnittstelle

Definition

Schnittstelle, die für eine Protokollansichtsadapter-Factory implementiert werden soll

public interface ILogViewAdaptorFactory
type ILogViewAdaptorFactory = interface
Public Interface ILogViewAdaptorFactory
Abgeleitet

Eigenschaften

UsesStorageProvider

Gibt true zurück, wenn ein Speicheranbieter zum Erstellen von Adaptern erforderlich ist.

Methoden

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

Erstellt eine ILogViewAdaptor<TLogView,TLogEntry> , die im angegebenen Hostkorn installiert werden soll.

Gilt für: