Click or drag to resize
Akka.NETOneForOneStrategyToSurrogate Method
Creates a surrogate representation of the current OneForOneStrategy.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.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 OneForOneStrategy.

Implements

ISurrogatedToSurrogate(ActorSystem)
Exceptions
ExceptionCondition
NotSupportedExceptionThis exception is thrown if the Decider is of type LocalOnlyDecider.
See Also