DeadLetterListenerPostRestart Method |
[Missing <summary> documentation for "M:Akka.Event.DeadLetterListener.PostRestart(System.Exception)"]
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected override void PostRestart(
Exception reason
)
Protected Overrides Sub PostRestart (
reason As Exception
)
protected:
virtual void PostRestart(
Exception^ reason
) override
abstract PostRestart :
reason : Exception -> unit
override PostRestart :
reason : Exception -> unit
Parameters
- reason
- Type: SystemException
[Missing <param name="reason"/> documentation for "M:Akka.Event.DeadLetterListener.PostRestart(System.Exception)"]
See Also