GetOrAddSet(IDurableStateManager, string)
staticextension
public static IDurableSet<T> GetOrAddSet<T>(this IDurableStateManager manager, string name)Gets or creates a named durable set.
Parameters
managerIDurableStateManager- The owning manager.
namestring- The stable state name.
Returns
The named set instance.
