ILogConsistentGrain 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.
This interface encapsulates functionality of grains that manage their state based on log consistency, such as JournaledGrain. It is the equivalent of Orleans.IStatefulGrain for log-consistent grains.
public interface ILogConsistentGrain
type ILogConsistentGrain = interface
Public Interface ILogConsistentGrain
- Derived
Properties
DefaultAdaptorFactory |
Gets the default adaptor factory to use, or null if there is no default (in which case user MUST configure a consistency provider) |
Methods
InstallAdaptor(ILogViewAdaptorFactory, Object, String, IStorageProvider, ILogConsistencyProtocolServices) |
called right after grain construction to install the log view adaptor |