FlushAsync Method
FlushAsync()
Flushes the MapStore
on server, if any.
Declaration
Task FlushAsync()
Returns
Task | A task that will complete when the map store has been flushed. |
Remarks
If a MapStore
is defined for this map, this method flushes
all dirty entries by deleting or storing them.