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
)
public void SetAll (
	DateTime startTime, 
	TimeSpan age, 
	int processID, 
	int requestCount, 
	ProcessStatus status, 
	ProcessShutdownReason shutdownReason, 
	int peakMemoryUsed
)
public function SetAll (
	startTime : DateTime, 
	age : TimeSpan, 
	processID : int, 
	requestCount : int, 
	status : ProcessStatus, 
	shutdownReason : ProcessShutdownReason, 
	peakMemoryUsed : int
)
Not applicable.

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 ProcessStatus values that indicates the time elapsed since the process started.

shutdownReason

One of the ProcessShutdownReason values.

peakMemoryUsed

The maximum memory used, in kilobytes (KB).

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: