| ICellResume 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: 1.2.3.129 (1.2.3.129)
Syntax void Resume(
Exception causedByFailure
)
abstract Resume :
causedByFailure : Exception -> unit
Parameters
- causedByFailure
- Type: SystemException
TBD
See Also