Click or drag to resize
ActorCellResume Method
Resumes the specified caused by failure.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void Resume(
	Exception causedByFailure
)

Parameters

causedByFailure
Type: SystemException
The caused by failure.

Implements

CellResume(Exception)
See Also