InitialMembershipEvent ClassHazelcast .Net Client Class Library
A event that is send when a IInitialMembershipListener registers itself on a ICluster . For more information see the IInitialMembershipListener .
Inheritance Hierarchy

SystemObject
  Hazelcast.CoreEventObject
    Hazelcast.CoreInitialMembershipEvent

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

[SerializableAttribute]
public class InitialMembershipEvent : EventObject

The InitialMembershipEvent type exposes the following members.

Constructors

  NameDescription
Public methodInitialMembershipEvent
Initializes a new instance of the InitialMembershipEvent 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.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMembers
Returns an immutable set of ordered members at the moment this IInitialMembershipListener is registered. See ICluster.GetMembers() for more information.
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 methodToString (Overrides ObjectToString.)
Top
See Also

Reference