ProcessInfo.ShutdownReason Eigenschaft

Definition

Ruft einen Wert ab, der die Ursache für das Beenden des Prozesses angibt.

public:
 property System::Web::ProcessShutdownReason ShutdownReason { System::Web::ProcessShutdownReason get(); };
public System.Web.ProcessShutdownReason ShutdownReason { get; }
member this.ShutdownReason : System.Web.ProcessShutdownReason
Public ReadOnly Property ShutdownReason As ProcessShutdownReason

Eigenschaftswert

ProcessShutdownReason

Einer der ProcessShutdownReason-Werte.

Gilt für

Siehe auch