| AllForOneStrategy Properties |
The AllForOneStrategy type exposes the following members.
| Name | Description | |
|---|---|---|
| Decider | (Overrides SupervisorStrategyDecider.) | |
| LoggingEnabled |
Determines if failures are logged
(Inherited from SupervisorStrategy.) | |
| MaxNumberOfRetries |
The number of times a child actor is allowed to be restarted, negative value means no limit,
if the limit is exceeded the child actor is stopped.
| |
| WithinTimeRangeMilliseconds |
The duration in milliseconds of the time window for MaxNumberOfRetries, negative values means no window.
|