Skip to content

DurableStateManagerExtensions.GetOrAddQueue(IDurableStateManager, string)

GetOrAddQueue(IDurableStateManager, string)

staticextension
View source
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.