System.Web.ProcessInfo.SetAll Method

Sets internal information indicating the status of the process.

Syntax

public void SetAll (DateTime startTime, TimeSpan age, int processID, int requestCount, ProcessStatus status, ProcessShutdownReason shutdownReason, int peakMemoryUsed)

Parameters

startTime
A DateTime that indicates the time at which the process started.
age
A TimeSpan that indicates the time elapsed since the process started.
processID
The ID number assigned to the process.
requestCount
The number of start requests for the process.
status
One of the System.Web.ProcessStatus values that indicates the time elapsed since the process started.
shutdownReason
One of the System.Web.ProcessShutdownReason values.
peakMemoryUsed
The maximum memory used, in kilobytes (KB).

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0