Click or drag to resize
Akka.NETSupervisorStrategy.HandleFailure Method (ActorCell, Exception, ChildRestartStats, IReadOnlyCollection<ChildRestartStats>)

Note: This API is now obsolete.

TBD

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]")]
public bool HandleFailure(
	ActorCell actorCell,
	Exception cause,
	ChildRestartStats failedChildStats,
	IReadOnlyCollection<ChildRestartStats> allChildren
)

Parameters

actorCell
Type: Akka.Actor.ActorCell
TBD
cause
Type: System.Exception
TBD
failedChildStats
Type: Akka.Actor.Internal.ChildRestartStats
TBD
allChildren
Type: System.Collections.Generic.IReadOnlyCollection<ChildRestartStats>
TBD

Return Value

Type: Boolean
TBD
See Also