DurableStateManagerExtensions
class
Namespace: Orleans.Journaling
Provides convenient access to the built-in durable state contracts.
public static class DurableStateManagerExtensionsMethods
GetOrAddDictionary(IDurableStateManager, string)Gets or creates a named durable dictionary.GetOrAddList(IDurableStateManager, string)Gets or creates a named durable list.GetOrAddPersistentState(IDurableStateManager, string)Gets or creates named journal-backed persistent state.GetOrAddQueue(IDurableStateManager, string)Gets or creates a named durable queue.GetOrAddSet(IDurableStateManager, string)Gets or creates a named durable set.GetOrAddTaskCompletionSource(IDurableStateManager, string)Gets or creates a named durable task completion source.GetOrAddValue(IDurableStateManager, string)Gets or creates a named durable value.
