| AllForOneStrategyProcessFailure Method (IActorContext, Boolean, IActorRef, Exception, ChildRestartStats, IReadOnlyCollectionChildRestartStats) |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax protected override void ProcessFailure(
IActorContext context,
bool restart,
IActorRef child,
Exception cause,
ChildRestartStats stats,
IReadOnlyCollection<ChildRestartStats> children
)
abstract ProcessFailure :
context : IActorContext *
restart : bool *
child : IActorRef *
cause : Exception *
stats : ChildRestartStats *
children : IReadOnlyCollection<ChildRestartStats> -> unit
override ProcessFailure :
context : IActorContext *
restart : bool *
child : IActorRef *
cause : Exception *
stats : ChildRestartStats *
children : IReadOnlyCollection<ChildRestartStats> -> unit
Parameters
- context
- Type: Akka.ActorIActorContext
TBD - restart
- Type: SystemBoolean
TBD - child
- Type: Akka.ActorIActorRef
TBD - cause
- Type: SystemException
TBD - stats
- Type: Akka.Actor.InternalChildRestartStats
TBD - children
- Type: System.Collections.GenericIReadOnlyCollectionChildRestartStats
TBD
See Also