Click or drag to resize
Akka.NETSupervisorStrategyProcessFailure Method (IActorContext, Boolean, 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]")]
protected abstract void ProcessFailure(
	IActorContext context,
	bool restart,
	Exception cause,
	ChildRestartStats failedChildStats,
	IReadOnlyCollection<ChildRestartStats> allChildren
)

Parameters

context
Type: Akka.ActorIActorContext
TBD
restart
Type: SystemBoolean
TBD
cause
Type: SystemException
TBD
failedChildStats
Type: Akka.Actor.InternalChildRestartStats
TBD
allChildren
Type: System.Collections.GenericIReadOnlyCollectionChildRestartStats
TBD

Return Value

Type: 
TBD
See Also