GetQueueAsync Method
GetQueueAsync<T>(String)
Gets an IHQueue<T> distributed object.
Declaration
Task<IHQueue<T>> GetQueueAsync<T>(string name)
Parameters
String | name | The unique name of the queue. |
Returns
Task<IHQueue<T>> | The queue that was retrieved or created. |
Type Parameters
T | The type of the queue items. |
Remarks
If an object with the specified name
does not
exist already in the cluster, a new object is created.