Skip to content

DurableGrain

class

Namespace: Orleans.Journaling

Provides a base class for grains which manage journaled durable state.
public abstract class DurableGrain : Grain, IGrainBase

Constructors

  • DurableGrain Initializes a new instance of the DurableGrain class and associates its state manager with the grain lifecycle.

Properties

  • StateManager Gets the journaled state manager for this grain activation.

Methods