IReplicatedMapTKey, TValueClear Method Hazelcast .Net Client Class Library
The clear operation wipes data out of the replicated maps.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax

void Clear()
Remarks

If some node fails on executing the operation, it is retried for at most 5 times (on the failing nodes only).
See Also

Reference