語言

ProcessShutdownReason 列舉

定義

提供列舉值,指出進程為何關閉。

public enum class ProcessShutdownReason
public enum ProcessShutdownReason
type ProcessShutdownReason = 
Public Enum ProcessShutdownReason
繼承
ProcessShutdownReason

欄位

名稱 Description
None 0

表示該程序尚未關閉。

Unexpected 1

表示程序意外關閉。

RequestsLimit 2

表示程序執行的請求超過允許的限制。

RequestQueueLimit 3

表示分配給該程序的請求超過了佇列中允許的數量。

Timeout 4

表示程序因為啟動時間超過允許時間而重新啟動。

IdleTimeout 5

表示該程序已超過允許的閒置時間。

MemoryLimitExceeded 6

表示程序已超過每個程序的記憶體限制。

PingFailed 7

表示工作程序未回應來自 Internet Information Services(IIS)程序的 ping。

DeadlockSuspected 8

表示懷疑存在死結,因為隊列中請求超過了回應時間限制。

適用於

另請參閱