Skip to content

IPersistentState<TState>

interface

Namespace: Orleans.Runtime

Provides access to grain state with functionality to save, clear, and refresh the state.
public interface IPersistentState<TState> : IStorage, IStorage<TState>