Click or drag to resize
Akka.NETAllForOneStrategy.ProcessFailure Method (IActorContext, Boolean, Exception, ChildRestartStats, IReadOnlyCollection<ChildRestartStats>)

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
)

Parameters

context
Type: Akka.Actor.IActorContext
N/A
restart
Type: System.Boolean
N/A
cause
Type: System.Exception
N/A
failedChildStats
Type: Akka.Actor.Internal.ChildRestartStats
N/A
allChildren
Type: System.Collections.Generic.IReadOnlyCollection<ChildRestartStats>
N/A
See Also