| ActorBaseAroundPreRestart Method |
Can be overridden to intercept calls to `PreRestart`. Calls `PreRestart` by default.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public virtual void AroundPreRestart(
Exception cause,
Object message
)
abstract AroundPreRestart :
cause : Exception *
message : Object -> unit
override AroundPreRestart :
cause : Exception *
message : Object -> unit
Parameters
- cause
- Type: SystemException
The cause. - message
- Type: SystemObject
The message.
See Also