ProcessInfo.SetAll Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Ustawia informacje wewnętrzne wskazujące stan procesu.
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)
Parametry
- processID
- Int32
Identyfikator przypisany do procesu.
- requestCount
- Int32
Liczba żądań rozpoczęcia procesu.
- status
- ProcessStatus
ProcessStatus Jedna z wartości wskazująca czas, który upłynął od rozpoczęcia procesu.
- shutdownReason
- ProcessShutdownReason
ProcessShutdownReason Jedna z wartości.
- peakMemoryUsed
- Int32
Maksymalna ilość używanej pamięci w kilobajtach (KB).