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