Click or drag to resize
Akka.NETBackoffOptionsWithManualReset Method
Returns a new BackoffOptions with manual back-off reset. The back-off is only reset if the child sends a `BackoffSupervisor.Reset` to its parent(the backoff-supervisor actor).

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

Return Value

Type: BackoffOptions

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

See Also