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