Click or drag to resize
Akka.NETSupervisorStrategyHandleFailure Method (ActorCell, Exception, ChildRestartStats, IReadOnlyCollectionChildRestartStats)

Note: This API is now obsolete.

TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
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.ActorActorCell
TBD
cause
Type: SystemException
TBD
failedChildStats
Type: Akka.Actor.InternalChildRestartStats
TBD
allChildren
Type: System.Collections.GenericIReadOnlyCollectionChildRestartStats
TBD

Return Value

Type: Boolean
TBD
See Also