Click or drag to resize
Akka.NETClusterEvent.MemberStatusChange Class
This class provides base functionality for defining state change events for cluster member nodes.
Inheritance Hierarchy

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract class MemberStatusChange : ClusterEvent.IMemberEvent, 
	ClusterEvent.IClusterDomainEvent

The ClusterEvent. MemberStatusChange type exposes the following members.

Constructors
  NameDescription
Protected methodClusterEvent.MemberStatusChange
Initializes a new instance of the ClusterEvent. MemberStatusChange class.
Top
Properties
  NameDescription
Public propertyMember
The cluster member node that changed status.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(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 Object.GetHashCode().)
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.
(Overrides Object.ToString().)
Top
Fields
  NameDescription
Protected field_member
TBD
Top
Extension Methods
See Also