Click or drag to resize
Akka.NETCluster Constructor
Initializes a new instance of the Cluster class.

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Cluster(
	ActorSystemImpl system
)

Parameters

system
Type: Akka.Actor.InternalActorSystemImpl
The actor system that hosts the cluster.
Exceptions
ExceptionCondition
ConfigurationException This exception is thrown if the system does not have a ClusterActorRefProvider enabled in the configuration.
See Also