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