Class BackoffSupervisor.RestartCount
Inherited Members
Namespace: Akka.Pattern
Assembly: Akka.dll
Syntax
[Serializable]
public sealed class BackoffSupervisor.RestartCount
Constructors
| Edit this page View SourceRestartCount(int)
Declaration
public RestartCount(int count)
Parameters
| Type | Name | Description |
|---|---|---|
| int | count |
Properties
| Edit this page View SourceCount
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
Edit this page