Click or drag to resize
CellResume Method
Recursively resume this actor and all its children. Is only allowed to throw fatal exceptions.

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

Parameters

causedByFailure
Type: SystemException

[Missing <param name="causedByFailure"/> documentation for "M:Akka.Actor.Cell.Resume(System.Exception)"]

See Also