Click or drag to resize
Akka.NETClusterEventMemberRemoved Class

This class represents a ClusterEventMemberStatusChange event where the cluster node changed its status to Removed.

When PreviousStatus is Down the node was removed after being detected as unreachable and downed.

When PreviousStatus is Exiting the node was removed after graceful leaving and exiting.

Inheritance Hierarchy
SystemObject
  Akka.ClusterClusterEventMemberStatusChange
    Akka.ClusterClusterEventMemberRemoved

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public sealed class MemberRemoved : ClusterEventMemberStatusChange

The ClusterEventMemberRemoved type exposes the following members.

Constructors
  NameDescription
Public methodClusterEventMemberRemoved
Initializes a new instance of the ClusterEventMemberRemoved class.
Top
Properties
  NameDescription
Public propertyMember
The cluster member node that changed status.
(Inherited from ClusterEventMemberStatusChange.)
Public propertyPreviousStatus
The status of the node before the state change event.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ClusterEventMemberStatusChangeEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ClusterEventMemberStatusChangeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from ClusterEventMemberStatusChange.)
Top
Fields
Extension Methods
See Also