Click or drag to resize
Akka.NETAllForOneStrategyProcessFailure 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
)

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