asp.net.ph

ProcessInfo Constructor ( DateTime, TimeSpan, Int32, Int32, ProcessStatus, ProcessShutdownReason, Int32 )

System.Web Namespace   ProcessInfo Class


Initializes a new instance of the ProcessInfo class and sets internal information indicating the status of the process.

[ VB ]
Public Sub New ( _
   ByVal startTime As DateTime, _
   ByVal age As TimeSpan, _
   ByVal processID As Integer, _
   ByVal requestCount As Integer, _
   ByVal status As ProcessStatus, _
   ByVal shutdownReason As ProcessShutdownReason, _
   ByVal peakMemoryUsed As Integer _
)

[ C# ]
public ProcessInfo (
   DateTime startTime,
   TimeSpan age,
   int processID,
   int requestCount,
   ProcessStatus status,
   ProcessShutdownReason shutdownReason,
   int peakMemoryUsed
);

[ C++ ]
public: ProcessInfo (
   DateTime startTime,
   TimeSpan age,
   int processID,
   int requestCount,
   ProcessStatus status,
   ProcessShutdownReason shutdownReason,
   int peakMemoryUsed
);

[ JScript ]
public function ProcessInfo (
   startTime : DateTime,
   age : TimeSpan,
   processID : int,
   requestCount : int,
   status : ProcessStatus,
   shutdownReason : ProcessShutdownReason,
   peakMemoryUsed : int
);

Parameters

startTime
A DateTime that indicates the time at which the process started.
age
The TimeSpan that indicates the time elapsed since the process started.
processID
The ID number assigned to the process.
requestCount
The number of start requests for the process.
status
One of the ProcessStatus values that indicates the current status of the process.
shutdownReason
One of the ProcessShutdownReason values.
peakMemoryUsed
The maximum memory used ( in bytes ).
See Also

ProcessInfo Members   ProcessInfo Constructor Overload List 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