 | MapEvictedListener Interface |
Invoked when all entries are evicted.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntaxpublic interface MapEvictedListener : MapListener,
IEventListener
Public Interface MapEvictedListener
Inherits MapListener, IEventListener
public interface class MapEvictedListener : MapListener,
IEventListener
type MapEvictedListener =
interface
interface MapListener
interface IEventListener
end
The MapEvictedListener type exposes the following members.
Methods
| Name | Description |
---|
 | MapEvicted | Invoked when all entries are evicted. |
Top
See Also