Click or drag to resize
Akka.NETCluster Properties

The Cluster type exposes the following members.

Properties
  NameDescription
Public propertyDowningProvider
TBD
Public propertyFailureDetector
The set of failure detectors used for monitoring one or more nodes in the cluster.
Public propertyIsTerminated
Determine whether or not this cluster instance has been shutdown.
Public propertySelfAddress
The address of this cluster member.
Public propertySelfRoles
The roles that this cluster member is currently a part.
Public propertySelfUniqueAddress
The current unique address for the cluster, which includes the UID.
Public propertySettings
The settings for the cluster.
Public propertyState
The current snapshot state of the cluster.
Public propertySystem
The underlying ActorSystem supported by this plugin.
Top
See Also