Click or drag to resize
Akka.NETBackoffSupervisor Constructor (Props, String, TimeSpan, TimeSpan, Double)
Initializes a new instance of the BackoffSupervisor class

Namespace:  Akka.Pattern
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public BackoffSupervisor(
	Props childProps,
	string childName,
	TimeSpan minBackoff,
	TimeSpan maxBackoff,
	double randomFactor
)

Parameters

childProps
Type: Akka.ActorProps

[Missing <param name="childProps"/> documentation for "M:Akka.Pattern.BackoffSupervisor.#ctor(Akka.Actor.Props,System.String,System.TimeSpan,System.TimeSpan,System.Double)"]

childName
Type: SystemString

[Missing <param name="childName"/> documentation for "M:Akka.Pattern.BackoffSupervisor.#ctor(Akka.Actor.Props,System.String,System.TimeSpan,System.TimeSpan,System.Double)"]

minBackoff
Type: SystemTimeSpan

[Missing <param name="minBackoff"/> documentation for "M:Akka.Pattern.BackoffSupervisor.#ctor(Akka.Actor.Props,System.String,System.TimeSpan,System.TimeSpan,System.Double)"]

maxBackoff
Type: SystemTimeSpan

[Missing <param name="maxBackoff"/> documentation for "M:Akka.Pattern.BackoffSupervisor.#ctor(Akka.Actor.Props,System.String,System.TimeSpan,System.TimeSpan,System.Double)"]

randomFactor
Type: SystemDouble

[Missing <param name="randomFactor"/> documentation for "M:Akka.Pattern.BackoffSupervisor.#ctor(Akka.Actor.Props,System.String,System.TimeSpan,System.TimeSpan,System.Double)"]

See Also