Click or drag to resize
Akka.NETBackoffOptionsWithDefaultStoppingStrategy Method
Returns a new BackoffOptions with a default StoppingStrategy. The default supervisor strategy is used as fallback for throwables not handled by StoppingStrategy.

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

Return Value

Type: BackoffOptions

[Missing <returns> documentation for "M:Akka.Pattern.BackoffOptions.WithDefaultStoppingStrategy"]

See Also