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 [ ];
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.
GetHistory is applicable only for applications running under the ASP.NET process model.
ProcessModelInfo Members ProcessInfo Class ProcessStatus Enumeration ProcessShutdownReason Enumeration
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note