 | InternalActorRefBase.Restart 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)
Syntaxpublic abstract void Restart(
Exception cause
)
abstract Restart :
cause : Exception -> unit
Parameters
- cause
- Type: System.Exception
[Missing <param name="cause"/> documentation for "M:Akka.Actor.InternalActorRefBase.Restart(System.Exception)"]
Implements
IInternalActorRef.Restart(Exception)
See Also