Edit

Share via


ILogConsistentGrain Interface

Definition

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

Applies to