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