Click or drag to resize
Akka.NETBackoffSupervisorProps Method (BackoffOptions)
Props for creating a BackoffSupervisor actor from BackoffOptions.

Namespace:  Akka.Pattern
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Props Props(
	BackoffOptions options
)

Parameters

options
Type: Akka.PatternBackoffOptions
The BackoffOptions that specify how to construct a backoff-supervisor.

Return Value

Type: Props

[Missing <returns> documentation for "M:Akka.Pattern.BackoffSupervisor.Props(Akka.Pattern.BackoffOptions)"]

See Also