AbstractMapEvent ClassHazelcast .Net Client Class Library
Inheritance Hierarchy

SystemObject
  Hazelcast.CoreEventObject
    Hazelcast.CoreAbstractMapEvent
      Hazelcast.CoreEntryEventTKey, TValue
      Hazelcast.CoreMapEvent

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
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 a hash function for a particular type.
(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

Reference