Recursively resume this actor and all its children. Is only allowed to throw fatal exceptions.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxvoid Resume(
Exception causedByFailure
)
Sub Resume (
causedByFailure As Exception
)
void Resume(
Exception^ causedByFailure
)
abstract Resume :
causedByFailure : Exception -> unit
Parameters
- causedByFailure
- Type: SystemException
[Missing <param name="causedByFailure"/> documentation for "M:Akka.Actor.Cell.Resume(System.Exception)"]
See Also