Click or drag to resize
OneForOneStrategyProcessFailure Method

[Missing <summary> documentation for "M:Akka.Actor.OneForOneStrategy.ProcessFailure(Akka.Actor.IActorContext,System.Boolean,System.Exception,Akka.Actor.Internal.ChildRestartStats,System.Collections.Generic.IReadOnlyCollection{Akka.Actor.Internal.ChildRestartStats})"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected override void ProcessFailure(
	IActorContext context,
	bool restart,
	Exception cause,
	ChildRestartStats failedChildStats,
	IReadOnlyCollection<ChildRestartStats> allChildren
)

Parameters

context
Type: Akka.ActorIActorContext

[Missing <param name="context"/> documentation for "M:Akka.Actor.OneForOneStrategy.ProcessFailure(Akka.Actor.IActorContext,System.Boolean,System.Exception,Akka.Actor.Internal.ChildRestartStats,System.Collections.Generic.IReadOnlyCollection{Akka.Actor.Internal.ChildRestartStats})"]

restart
Type: SystemBoolean

[Missing <param name="restart"/> documentation for "M:Akka.Actor.OneForOneStrategy.ProcessFailure(Akka.Actor.IActorContext,System.Boolean,System.Exception,Akka.Actor.Internal.ChildRestartStats,System.Collections.Generic.IReadOnlyCollection{Akka.Actor.Internal.ChildRestartStats})"]

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:Akka.Actor.OneForOneStrategy.ProcessFailure(Akka.Actor.IActorContext,System.Boolean,System.Exception,Akka.Actor.Internal.ChildRestartStats,System.Collections.Generic.IReadOnlyCollection{Akka.Actor.Internal.ChildRestartStats})"]

failedChildStats
Type: Akka.Actor.InternalChildRestartStats

[Missing <param name="failedChildStats"/> documentation for "M:Akka.Actor.OneForOneStrategy.ProcessFailure(Akka.Actor.IActorContext,System.Boolean,System.Exception,Akka.Actor.Internal.ChildRestartStats,System.Collections.Generic.IReadOnlyCollection{Akka.Actor.Internal.ChildRestartStats})"]

allChildren
Type: System.Collections.GenericIReadOnlyCollectionChildRestartStats

[Missing <param name="allChildren"/> documentation for "M:Akka.Actor.OneForOneStrategy.ProcessFailure(Akka.Actor.IActorContext,System.Boolean,System.Exception,Akka.Actor.Internal.ChildRestartStats,System.Collections.Generic.IReadOnlyCollection{Akka.Actor.Internal.ChildRestartStats})"]

See Also