ProcessInfo.ShutdownReason Property

Definition

Gets a value that indicates why the process shut down.

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

Property Value

On of the ProcessShutdownReason values.

Applies to

See also