ILogViewAdaptorFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |
Construct a ILogViewAdaptor<TLogView,TLogEntry> to be installed in the given host grain. |
MakeLogViewAdaptor<TLogView,TLogEntry>(ILogViewAdaptorHost<TLogView,TLogEntry>, TLogView, String, IStorageProvider, ILogConsistencyProtocolServices) |
Construct a ILogViewAdaptor<TLogView,TLogEntry> to be installed in the given host grain. |