Inheritance Hierarchy
Hazelcast.CoreEventObject
Hazelcast.CoreAbstractMapEvent
Hazelcast.CoreMapEvent
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax
The MapEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MapEvent | Initializes a new instance of the MapEvent class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetEventType | Return the event type (Inherited from AbstractMapEvent.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMember | Returns the member fired this event. (Inherited from AbstractMapEvent.) | |
GetName | Returns the name of the map for this event. (Inherited from AbstractMapEvent.) | |
GetNumberOfEntriesAffected | Returns the number of entries affected by this event. | |
GetSource | (Inherited from AbstractMapEvent.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Inherited from AbstractMapEvent.) |
See Also