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
© 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