SupervisorStrategy..::..Handle Method

Handles the specified child.

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 actor that caused the evaluation to occur
x
Type: Exception
The exception that caused the evaluation to occur.

Return Value

Directive.