Share via


ProcessInfo.SetAll メソッド

定義

プロセスのステータスを示す内部情報を設定します。

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)

パラメーター

startTime
DateTime

プロセスが開始された時刻を示す DateTime

age
TimeSpan

プロセスが開始されてから経過した時間を示す TimeSpan

processID
Int32

プロセスに割り当てられている ID 番号。

requestCount
Int32

プロセスに対する開始要求の数。

status
ProcessStatus

プロセスが開始されてから経過した時間を示す ProcessStatus 値の 1 つ。

shutdownReason
ProcessShutdownReason

ProcessShutdownReason 値のいずれか 1 つ。

peakMemoryUsed
Int32

最大使用メモリ (キロバイト単位)。

適用対象