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