Click or drag to resize
Akka.NETClusterRouterGroupToSurrogate Method
Creates a surrogate representation of the current router.

Namespace:  Akka.Cluster.Routing
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override ISurrogate ToSurrogate(
	ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem
The actor system that owns this router.

Return Value

Type: ISurrogate
The surrogate representation of the current router.

Implements

ISurrogatedToSurrogate(ActorSystem)
See Also