Click or drag to resize
Akka.NETClusterRouterPoolToSurrogate Method
N/A

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
N/A

Return Value

Type: ISurrogate
N/A

Implements

ISurrogatedToSurrogate(ActorSystem)
Exceptions
ExceptionCondition
NotImplementedException This exception is thrown automatically since surrogates aren't supported by this router.
See Also