| BackoffOptionsWithManualReset 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.129 (1.2.3.129)
Syntax public abstract BackoffOptions WithManualReset()
abstract WithManualReset : unit -> BackoffOptions
Return Value
Type:
BackoffOptions[Missing <returns> documentation for "M:Akka.Pattern.BackoffOptions.WithManualReset"]
See Also