Click or drag to resize
Akka.NETActorCellRestart Method
Restarts the specified cause.

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

Parameters

cause
Type: SystemException
The cause.

Implements

ICellRestart(Exception)
Remarks
➡➡➡ NEVER SEND THE SAME SYSTEM MESSAGE OBJECT TO TWO ACTORS ⬅⬅⬅
See Also