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 値の 1 つ。
- shutdownReason
- ProcessShutdownReason
ProcessShutdownReason 値のいずれか 1 つ。
- peakMemoryUsed
- Int32
最大使用メモリ (キロバイト単位)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET