Click or drag to resize
ActorCellRestart Method
Restarts the specified cause.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void Restart(
	Exception cause
)

Parameters

cause
Type: SystemException
The cause.

Implements

CellRestart(Exception)
See Also