| InternalActorRefBaseResume Method |
INTERNAL API.
Used by built-in
IActorRef implementations for handling
internal operations that are not exposed directly to end-users.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract void Resume(
Exception causedByFailure = null
)
abstract Resume :
?causedByFailure : Exception
(* Defaults:
let _causedByFailure = defaultArg causedByFailure null
*)
-> unit
Parameters
- causedByFailure (Optional)
- Type: SystemException
[Missing <param name="causedByFailure"/> documentation for "M:Akka.Actor.InternalActorRefBase.Resume(System.Exception)"]
Implements
IInternalActorRefResume(Exception)See Also