Cell..::..Resume Method

Recursively resume this actor and all its children. Is only allowed to throw fatal exceptions.

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

Syntax


void Resume(
	Exception causedByFailure
)
Sub Resume ( _
	causedByFailure As Exception _
)
void Resume(
	Exception^ causedByFailure
)

Parameters

causedByFailure
Type: Exception