Click or drag to resize
Akka.NETBackoffOptionsWithSupervisorStrategy Method
Returns a new BackoffOptions with the supervisorStrategy.

Namespace:  Akka.Pattern
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract BackoffOptions WithSupervisorStrategy(
	OneForOneStrategy supervisorStrategy
)

Parameters

supervisorStrategy
Type: Akka.ActorOneForOneStrategy
The SupervisorStrategy that the back-off supervisor will use. The default supervisor strategy is used as fallback if the specified SupervisorStrategy (its decider) does not explicitly handle an exception

Return Value

Type: BackoffOptions

[Missing <returns> documentation for "M:Akka.Pattern.BackoffOptions.WithSupervisorStrategy(Akka.Actor.OneForOneStrategy)"]

See Also