| IReplicatedMapTKey, TValueClear Method |
The clear operation wipes data out of the replicated maps.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax abstract Clear : unit -> unit
Remarks
If some node fails on executing the operation, it is retried for at most
5 times (on the failing nodes only).
See Also