ILogViewAdaptorFactory Interface

Definition

Interface to be implemented for a log-view adaptor factory

public interface ILogViewAdaptorFactory
type ILogViewAdaptorFactory = interface
Public Interface ILogViewAdaptorFactory
Derived

Properties

UsesStorageProvider

Returns true if a storage provider is required for constructing adaptors.

Methods

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

Constructs a ILogViewAdaptor<TLogView,TLogEntry> to be installed in the given host grain.

Applies to