Click or drag to resize
DeadLetterListenerPostRestart Method

[Missing <summary> documentation for "M:Akka.Event.DeadLetterListener.PostRestart(System.Exception)"]

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected override void PostRestart(
	Exception reason
)

Parameters

reason
Type: SystemException

[Missing <param name="reason"/> documentation for "M:Akka.Event.DeadLetterListener.PostRestart(System.Exception)"]

See Also