Click or drag to resize
Akka.NETBackoffSupervisor Constructor (Props, String, TimeSpan, TimeSpan, IBackoffReset, Double, SupervisorStrategy)
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,
	IBackoffReset reset,
	double randomFactor,
	SupervisorStrategy strategy
)

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,Akka.Pattern.IBackoffReset,System.Double,Akka.Actor.SupervisorStrategy)"]

childName
Type: SystemString

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

minBackoff
Type: SystemTimeSpan

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

maxBackoff
Type: SystemTimeSpan

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

reset
Type: Akka.PatternIBackoffReset

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

randomFactor
Type: SystemDouble

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

strategy
Type: Akka.ActorSupervisorStrategy

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

See Also