| PersistentViewPreRestart Method |
TBD
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected override void PreRestart(
Exception reason,
Object message
)
abstract PreRestart :
reason : Exception *
message : Object -> unit
override PreRestart :
reason : Exception *
message : Object -> unit
Parameters
- reason
- Type: SystemException
TBD - message
- Type: SystemObject
TBD
See Also