Click or drag to resize

MapEvent Class

Inheritance Hierarchy

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public class MapEvent : AbstractMapEvent

The MapEvent type exposes the following members.

Constructors
  NameDescription
Public methodMapEvent
Initializes a new instance of the MapEvent class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetEventType
Return the event type
(Inherited from AbstractMapEvent.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetMember
Returns the member fired this event.
(Inherited from AbstractMapEvent.)
Public methodGetName
Returns the name of the map for this event.
(Inherited from AbstractMapEvent.)
Public methodGetNumberOfEntriesAffected
Returns the number of entries affected by this event.
Public methodGetSource (Inherited from AbstractMapEvent.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from AbstractMapEvent.)
Top
See Also