Skip to content

LogConsistentGrain<TView> Methods

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)

Participate(IGrainLifecycle)

virtual
View source
public virtual void Participate(IGrainLifecycle lifecycle)
Adds the provided observer as a participant in the lifecycle.

Parameters

lifecycleIGrainLifecycle
The observer.