Click or drag to resize

MemberAttributeEvent Class

Inheritance Hierarchy
SystemObject
  Hazelcast.CoreEventObject
    Hazelcast.CoreMembershipEvent
      Hazelcast.CoreMemberAttributeEvent

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public class MemberAttributeEvent : MembershipEvent

The MemberAttributeEvent type exposes the following members.

Constructors
  NameDescription
Public methodMemberAttributeEvent
Initializes a new instance of the MemberAttributeEvent class
Public methodMemberAttributeEvent(ICluster, IMember, MemberAttributeOperationType, String, Object)
Initializes a new instance of the MemberAttributeEvent class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCluster
Returns the cluster of the event.
(Inherited from MembershipEvent.)
Public methodGetEventType
Returns the membership event type; #MEMBER_ADDED or #MEMBER_REMOVED
(Inherited from MembershipEvent.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKey
Public methodGetMember (Overrides MembershipEventGetMember.)
Public methodGetMembers
Returns a consistent view of the the members exactly after this MembershipEvent has been processed.
(Inherited from MembershipEvent.)
Public methodGetOperationType
Public methodGetSource
The object on which the Event initially occurred.
(Inherited from EventObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Public methodToString (Inherited from MembershipEvent.)
Top
See Also