IEntryListenerTKey, TValueMapEvicted Method Hazelcast .Net Client Class Library
Invoked when all entries are evicted.

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

void MapEvicted(
	MapEvent event
)

Parameters

event
Type: Hazelcast.CoreMapEvent
entry event
Remarks

Invoked when all entries are evicted.
See Also

Reference