Click or drag to resize
Akka.NETClusterSendCurrentClusterState Method
Sends the current (full) state of the cluster to the specified actor. If you want this to happen periodically, you can use the Scheduler to schedule a call to this method. You can also call State directly for this information.

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void SendCurrentClusterState(
	IActorRef receiver
)

Parameters

receiver
Type: Akka.ActorIActorRef
The actor that receives the current cluster state.
See Also