GetMapAsync Method
GetMapAsync<TKey, TValue>(string)
Gets a IHTxMap<TKey, TValue> transactional distributed object.
Declaration
Task<IHTxMap<TKey, TValue>> GetMapAsync<TKey, TValue>(string name)
Parameters
| string | name | The unique name of the v.  | 
    
Returns
| Task<IHTxMap<TKey, TValue>> | The transactional map that was retrieved or created.  | 
    
Type Parameters
| TKey | The type of the keys.  | 
    
| TValue | The type of the values.  |