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