GetSetAsync Method
GetSetAsync<TItem>(string)
Gets a IHTxSet<TItem> transactional distributed object.
Declaration
Task<IHTxSet<TItem>> GetSetAsync<TItem>(string name)
Parameters
| string | name | The unique name of the set.  | 
    
Returns
| Task<IHTxSet<TItem>> | The transactional set that was retrieved or created.  | 
    
Type Parameters
| TItem | The type of the items.  |