Click or drag to resize
Akka.NETClusterSelfRoles Property
The roles that this cluster member is currently a part.

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ImmutableHashSet<string> SelfRoles { get; }

Property Value

Type: ImmutableHashSetString
See Also