LocalActorRef..::..Restart Method

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

Syntax


public void Restart(
	Exception cause
)
Public Sub Restart ( _
	cause As Exception _
)
public:
void Restart(
	Exception^ cause
)

Parameters

cause
Type: Exception