A event that is send when a
IInitialMembershipListener
registers itself on a
ICluster
. For more
information see the
IInitialMembershipListener
.
Inheritance Hierarchy
Hazelcast.CoreEventObject
Hazelcast.CoreInitialMembershipEvent
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax
The InitialMembershipEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InitialMembershipEvent | Initializes a new instance of the InitialMembershipEvent class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetCluster | Returns the cluster of the event. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMembers |
Returns an immutable set of ordered members at the moment this
IInitialMembershipListener
is
registered. See
ICluster.GetMembers()
for more information.
| |
GetSource |
The object on which the Event initially occurred.
(Inherited from EventObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
See Also