Skip to content

LogConsistentGrain<TView>

class

Namespace: Orleans.EventSourcing

Base class for all grains that use log-consistency for managing the state. It is the equivalent of Orleans.Grain for grains using log-consistency. (SiloAssemblyLoader uses it to extract type)
public abstract class LogConsistentGrain<TView> : Grain, ILifecycleParticipant<IGrainLifecycle>

Methods