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