Click or drag to resize
Akka.NETClusterReadViewStatus Property
MemberStatus for this node. NOTE: If the node has been removed from the cluster (and shut down) then it's status is set to the 'REMOVED' tombstone state and is no longer present in the node ring or any other part of the gossiping state. However in order to maintain the model and the semantics the user would expect, this method will in this situation return Removed.

Namespace: Akka.Cluster
Assembly: Akka.Cluster (in Akka.Cluster.dll) Version: 1.0.8.21 (1.0.8.21)
Syntax
public MemberStatus Status { get; }

Property Value

Type: MemberStatus
See Also