RemoteActorRef..::..Restart Method

Restarts the specified cause.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public void Restart(
	Exception cause
)
Public Sub Restart ( _
	cause As Exception _
)
public:
void Restart(
	Exception^ cause
)

Parameters

cause
Type: Exception
The cause.