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