UntypedActorWithBoundedStashPreRestart Method |
Overridden callback. Prepends all messages in the stash to the mailbox,
clears the stash, stops all children, and invokes the PostStop callback.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected override void PreRestart(
Exception reason,
Object message
)
Protected Overrides Sub PreRestart (
reason As Exception,
message As Object
)
protected:
virtual void PreRestart(
Exception^ reason,
Object^ message
) override
abstract PreRestart :
reason : Exception *
message : Object -> unit
override PreRestart :
reason : Exception *
message : Object -> unit
Parameters
- reason
- Type: SystemException
[Missing <param name="reason"/> documentation for "M:Akka.Actor.UntypedActorWithBoundedStash.PreRestart(System.Exception,System.Object)"]
- message
- Type: SystemObject
[Missing <param name="message"/> documentation for "M:Akka.Actor.UntypedActorWithBoundedStash.PreRestart(System.Exception,System.Object)"]
See Also