Skip to content

IDurableStateManager

interface

Namespace: Orleans.Journaling

Manages a grain's durable state, whose named components share a journal and write acknowledgement boundary.
public interface IDurableStateManager

Remarks

Declare state components during grain construction or synchronous activation setup, before initialization. Operations run in the owning activation's execution context. Existing components can be retrieved after initialization, and state contents are available after recovery completes.

Methods