| DeadLetterListenerPostRestart Method |
TBD
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected override void PostRestart(
Exception reason
)
abstract PostRestart :
reason : Exception -> unit
override PostRestart :
reason : Exception -> unit
Parameters
- reason
- Type: SystemException
TBD
See Also