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

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public abstract 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