Restarts the specified cause.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void Restart(
Exception cause
)
Public Sub Restart (
cause As Exception
)
public:
virtual void Restart(
Exception^ cause
) sealed
abstract Restart :
cause : Exception -> unit
override Restart :
cause : Exception -> unit
Parameters
- cause
- Type: SystemException
The cause.
Implements
CellRestart(Exception)
See Also