This documentation is archived and is not being maintained.
ProcessModelInfo.GetHistory Method
.NET Framework 1.1
Returns information about recent worker processes.
[Visual Basic] Public Shared Function GetHistory( _ ByVal numRecords As Integer _ ) As ProcessInfo() [C#] public static ProcessInfo[] GetHistory( int numRecords ); [C++] public: static ProcessInfo* GetHistory( int numRecords ) []; [JScript] public static function GetHistory( numRecords : int ) : ProcessInfo[];
Parameters
- numRecords
- The number of processes for which information is requested.
Return Value
An array of the most recent ProcessInfo objects (maximum of 100). If the number of available objects is less than numrecords, all available objects are returned.
Exceptions
| Exception Type | Condition |
|---|---|
| HttpException | Process information is not available. |
Remarks
GetHistory is applicable only for applications running under the ASP.NET process model.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
ProcessModelInfo Class | ProcessModelInfo Members | System.Web Namespace
Show: