Click or drag to resize
Akka.NETIInternalActorRefRestart Method
Restart the actor.

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

Parameters

cause
Type: SystemException
The exception that caused the actor to fail in the first place.
See Also