Click or drag to resize
Akka.NETBackoff Class
Builds back-off options for creating a back-off supervisor. You can pass BackoffOptions to Props(Props, String, TimeSpan, TimeSpan, Double).
Inheritance Hierarchy
SystemObject
  Akka.PatternBackoff

Namespace:  Akka.Pattern
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public static class Backoff

The Backoff type exposes the following members.

Methods
  NameDescription
Public methodStatic memberOnFailure
Back-off options for creating a back-off supervisor actor that expects a child actor to restart on failure.
Public methodStatic memberOnStop
Back-off options for creating a back-off supervisor actor that expects a child actor to stop on failure.
Top
See Also