Click or drag to resize

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.2
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