ProcessModelInfo.GetHistory Method
.NET Framework 3.0
Returns information about recent worker processes.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public static ProcessInfo[] GetHistory ( int numRecords )
public static function GetHistory ( numRecords : int ) : ProcessInfo[]
Not applicable.
Parameters
- numRecords
The number of processes for which information is requested.
Return Value
An array of the most recent ProcessInfo objects (up to 100); otherwise, if the number of available objects is less than numRecords, all available objects.- AspNetHostingPermission for operating in a hosted environment. Demand value: Demand; Permission value: High.
Community Additions
ADD
Show: