GetEntriesAsync Method
GetEntriesAsync()
Gets a IReadOnlyDictionary<TKey,TValue> of the entries contained in this map.
Declaration
Task<IReadOnlyDictionary<TKey, TValue>> GetEntriesAsync()
Returns
Task<IReadOnlyDictionary<TKey, TValue>> | A IReadOnlyDictionary<TKey,TValue> of the IHMapBase<TKey, TValue> in this map. |
Remarks
This method does not interact with the server-side MapStore
.
It returns the entries found in memory, but does not look for more entries in the MapStore
backing the map, if any.