| AtLeastOnceDeliveryReceiveActorAroundPreRestart Method |
TBD
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
TBD - message
- Type: SystemObject
TBD
See Also