ProcessInfo.SetAll 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定內部資訊,表示處理序的狀態。
public:
void SetAll(DateTime startTime, TimeSpan age, int processID, int requestCount, System::Web::ProcessStatus status, System::Web::ProcessShutdownReason shutdownReason, int peakMemoryUsed);
public void SetAll (DateTime startTime, TimeSpan age, int processID, int requestCount, System.Web.ProcessStatus status, System.Web.ProcessShutdownReason shutdownReason, int peakMemoryUsed);
member this.SetAll : DateTime * TimeSpan * int * int * System.Web.ProcessStatus * System.Web.ProcessShutdownReason * int -> unit
Public Sub SetAll (startTime As DateTime, age As TimeSpan, processID As Integer, requestCount As Integer, status As ProcessStatus, shutdownReason As ProcessShutdownReason, peakMemoryUsed As Integer)
參數
- processID
- Int32
ID 編號,指派給處理序。
- requestCount
- Int32
處理序的開始要求數。
- status
- ProcessStatus
其中一個 ProcessStatus 值,表示從處理序開始後所經過的時間。
- shutdownReason
- ProcessShutdownReason
其中一個 ProcessShutdownReason 值。
- peakMemoryUsed
- Int32
所使用的最大記憶體容量 (以 KB 為單位)。