| OneForOneStrategyProcessFailure Method (IActorContext, Boolean, Exception, ChildRestartStats, IReadOnlyCollectionChildRestartStats) |
Note: This API is now obsolete.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax [ObsoleteAttribute("This method is deprecated [1.1.2]")]
protected override void ProcessFailure(
IActorContext context,
bool restart,
Exception cause,
ChildRestartStats failedChildStats,
IReadOnlyCollection<ChildRestartStats> allChildren
)
[<ObsoleteAttribute("This method is deprecated [1.1.2]")>]
abstract ProcessFailure :
context : IActorContext *
restart : bool *
cause : Exception *
failedChildStats : ChildRestartStats *
allChildren : IReadOnlyCollection<ChildRestartStats> -> unit
[<ObsoleteAttribute("This method is deprecated [1.1.2]")>]
override ProcessFailure :
context : IActorContext *
restart : bool *
cause : Exception *
failedChildStats : ChildRestartStats *
allChildren : IReadOnlyCollection<ChildRestartStats> -> unit
Parameters
- context
- Type: Akka.ActorIActorContext
N/A - restart
- Type: SystemBoolean
N/A - cause
- Type: SystemException
N/A - failedChildStats
- Type: Akka.Actor.InternalChildRestartStats
N/A - allChildren
- Type: System.Collections.GenericIReadOnlyCollectionChildRestartStats
N/A
See Also