This documentation is archived and is not being maintained.

ProcessInfo::SetAll Method

Sets internal information indicating the status of the process.

Namespace:  System.Web
Assembly:  System.Web (in System.Web.dll)

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

Parameters

startTime
Type: System::DateTime

A DateTime that indicates the time at which the process started.

age
Type: System::TimeSpan

A TimeSpan that indicates the time elapsed since the process started.

processID
Type: System::Int32

The ID number assigned to the process.

requestCount
Type: System::Int32

The number of start requests for the process.

status
Type: System.Web::ProcessStatus

One of the ProcessStatus values that indicates the time elapsed since the process started.

shutdownReason
Type: System.Web::ProcessShutdownReason

One of the ProcessShutdownReason values.

peakMemoryUsed
Type: System::Int32

The maximum memory used, in kilobytes (KB).

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Show: