Class CoordinatedShutdown.Reason
Reason for the shutdown, which can be used by tasks in case they need to do different things depending on what caused the shutdown. There are some predefined reasons, but external libraries applications may also define other reasons.
Inheritance
CoordinatedShutdown.Reason
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public abstract class CoordinatedShutdown.Reason
Constructors
| Edit this page View SourceReason()
Declaration
protected Reason()
Properties
| Edit this page View SourceExitCode
Declaration
public abstract int ExitCode { get; }
Property Value
Type | Description |
---|---|
int |