ActOnPostRestart Property |
[Missing <summary> documentation for "P:Akka.Actor.Dsl.Act.OnPostRestart"]
Namespace: Akka.Actor.DslAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Action<Exception, IActorContext> OnPostRestart { get; set; }
Public Property OnPostRestart As Action(Of Exception, IActorContext)
Get
Set
public:
virtual property Action<Exception^, IActorContext^>^ OnPostRestart {
Action<Exception^, IActorContext^>^ get () sealed;
void set (Action<Exception^, IActorContext^>^ value) sealed;
}
abstract OnPostRestart : Action<Exception, IActorContext> with get, set
override OnPostRestart : Action<Exception, IActorContext> with get, set
Property Value
Type:
ActionException,
IActorContextImplements
IActorDslOnPostRestart
See Also