Name

ProcessShutdownReason

Synopsis

This enumeration defines constants used by the ProcessInfo class that indicate the reason a process was ended (or None if it is the current process).

Public Enum ProcessShutdownReason
                  None = 0
                  Unexpected = 1
                  RequestsLimit = 2
                  RequestQueueLimit = 3
                  Timeout = 4
                  IdleTimeout = 5
                  MemoryLimitExceeded = 6
                  PingFailed = 7
                  DeadlockSuspected = 8
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ProcessShutdownReason

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.