GetKeysAsync Method
GetKeysAsync()
Gets a IRead
Declaration
Task<IReadOnlyCollection<TKey>> GetKeysAsync()
Returns
Task<IRead |
A IRead |
Remarks
This method does not interact with the server-side MapStore
.
It returns the keys found in memory, but does not look for more keys in the MapStore
backing the map, if any.