| EventsourcedAroundPreRestart Method |
Can be overridden to intercept calls to `PreRestart`. Calls `PreRestart` by default.
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override 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