Click or drag to resize
Akka.NETAllForOneStrategy.ProcessFailure Method (IActorContext, Boolean, IActorRef, Exception, ChildRestartStats, IReadOnlyCollection<ChildRestartStats>)
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
)

Parameters

context
Type: Akka.Actor.IActorContext
TBD
restart
Type: System.Boolean
TBD
child
Type: Akka.Actor.IActorRef
TBD
cause
Type: System.Exception
TBD
stats
Type: Akka.Actor.Internal.ChildRestartStats
TBD
children
Type: System.Collections.Generic.IReadOnlyCollection<ChildRestartStats>
TBD
See Also