Cell..::..Restart Method

Restart this actor (will recursively restart or stop all children). Is only allowed to throw Fatal Throwables.

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

Syntax


void Restart(
	Exception cause
)
Sub Restart ( _
	cause As Exception _
)
void Restart(
	Exception^ cause
)

Parameters

cause
Type: Exception