AllForOneStrategy..::..Handle Method

Determines what to do with the child when the given exception occurs.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public Directive Handle(
	ActorRef child,
	Exception x
)
Public Function Handle ( _
	child As ActorRef, _
	x As Exception _
) As Directive
public:
Directive^ Handle(
	ActorRef^ child, 
	Exception^ x
)

Parameters

child
Type: Akka.Actor..::..ActorRef
The child.
x
Type: Exception
The x.

Return Value

Directive.