Class BackoffSupervisor.ResetRestartCount
Inheritance
BackoffSupervisor.ResetRestartCount
Assembly: Akka.dll
Syntax
[Serializable]
public sealed class BackoffSupervisor.ResetRestartCount : IDeadLetterSuppression
Constructors
|
Edit this page
View Source
ResetRestartCount(int)
Declaration
public ResetRestartCount(int current)
Parameters
Type |
Name |
Description |
int |
current |
|
Properties
|
Edit this page
View Source
Current
Declaration
public int Current { get; }
Property Value
Implements
Extension Methods