asp.net.ph

ProcessModelInfo.GetHistory Method

System.Web Namespace   ProcessModelInfo Class


Returns information about recent worker processes.

[ VB ]
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 Occurs when Process information is not available.

Remarks

GetHistory is applicable only for applications running under the ASP.NET process model.

See Also

ProcessModelInfo Members   ProcessInfo Class   ProcessStatus Enumeration   ProcessShutdownReason Enumeration Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph