| EntryAdapterTKey, TValueEvictAll Property |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public Action<MapEvent> EvictAll { get; set; }
Public Property EvictAll As Action(Of MapEvent)
Get
Set
public:
property Action<MapEvent^>^ EvictAll {
Action<MapEvent^>^ get ();
void set (Action<MapEvent^>^ value);
}
member EvictAll : Action<MapEvent> with get, set
Property Value
Type:
ActionMapEventSee Also