Class ContactPoints
The reply to GetContactPoints.
Inherited Members
Namespace: Akka.Cluster.Tools.Client
Assembly: Akka.Cluster.Tools.dll
Syntax
public sealed class ContactPoints
Constructors
| Improve this Doc View SourceContactPoints(IImmutableSet<ActorPath>)
TBD
Declaration
public ContactPoints(IImmutableSet<ActorPath> contactPoints)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Immutable.IImmutableSet<ActorPath> | contactPoints | TBD |
Properties
| Improve this Doc View SourceContactPointsList
The set of actor paths contacted by this ClusterClient.
Declaration
public IImmutableSet<ActorPath> ContactPointsList { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableSet<ActorPath> |