Click or drag to resize
UnstartedCellRestart Method

[Missing <summary> documentation for "M:Akka.Actor.UnstartedCell.Restart(System.Exception)"]

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

[Missing <param name="cause"/> documentation for "M:Akka.Actor.UnstartedCell.Restart(System.Exception)"]

Implements

CellRestart(Exception)
See Also