Click or drag to resize

AbstractMapEvent Class

Inheritance Hierarchy

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public abstract class AbstractMapEvent : EventObject

The AbstractMapEvent type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEventType
Return the event type
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMember
Returns the member fired this event.
Public methodGetName
Returns the name of the map for this event.
Public methodGetSource (Overrides EventObjectGetSource.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also