| ActorCellResume Method |
Resumes the specified caused by failure.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void Resume(
Exception causedByFailure
)
abstract Resume :
causedByFailure : Exception -> unit
override Resume :
causedByFailure : Exception -> unit
Parameters
- causedByFailure
- Type: SystemException
The caused by failure.
Implements
ICellResume(Exception)Remarks ➡➡➡ NEVER SEND THE SAME SYSTEM MESSAGE OBJECT TO TWO ACTORS ⬅⬅⬅
See Also