ProcessShutdownReason

ProcessShutdownReasonserializable

System.Web (system.web.dll)enum

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 }

Hierarchy

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

Returned By

ProcessInfo.ShutdownReason

Passed To

ProcessInfo.{ProcessInfo( ), SetAll( )}



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net