System.Web.ProcessModelInfo.GetHistory Method

Returns information about recent worker processes.

Syntax

public static ProcessInfo[] GetHistory (int numRecords)

Parameters

numRecords
The number of processes for which information is requested.

Returns

An array of the most recent System.Web.ProcessInfo objects (up to 100); otherwise, if the number of available objects is less than numRecords, all available objects.

Remarks

The ProcessModelInfo.GetHistory(int) method is applicable only for applications that are running under the ASP.NET process model.

Requirements

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