Class ClusterClients
The reply to GetClusterClients
Inherited Members
Namespace: Akka.Cluster.Tools.Client
Assembly: Akka.Cluster.Tools.dll
Syntax
public sealed class ClusterClients
Constructors
| Edit this page View SourceClusterClients(IImmutableSet<IActorRef>)
The reply to GetClusterClients
Declaration
public ClusterClients(IImmutableSet<IActorRef> clusterClientsList)
Parameters
| Type | Name | Description |
|---|---|---|
| IImmutableSet<IActorRef> | clusterClientsList | The presently known list of cluster clients. |
Properties
| Edit this page View SourceClusterClientsList
TBD
Declaration
public IImmutableSet<IActorRef> ClusterClientsList { get; }
Property Value
| Type | Description |
|---|---|
| IImmutableSet<IActorRef> |
Edit this page