Inheritance Hierarchy
Hazelcast.CoreEventObject
Hazelcast.CoreMembershipEvent
Hazelcast.CoreMemberAttributeEvent
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax
The MemberAttributeEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MemberAttributeEvent | Initializes a new instance of the MemberAttributeEvent class | |
MemberAttributeEvent(ICluster, IMember, MemberAttributeOperationType, String, Object) | Initializes a new instance of the MemberAttributeEvent class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetCluster | Returns the cluster of the event. (Inherited from MembershipEvent.) | |
GetEventType | Returns the membership event type; #MEMBER_ADDED or #MEMBER_REMOVED (Inherited from MembershipEvent.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetKey | ||
GetMember | (Overrides MembershipEventGetMember.) | |
GetMembers | Returns a consistent view of the the members exactly after this MembershipEvent has been processed. (Inherited from MembershipEvent.) | |
GetOperationType | ||
GetSource |
The object on which the Event initially occurred.
(Inherited from EventObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | ||
ToString | (Inherited from MembershipEvent.) |
See Also