This documentation is archived and is not being maintained.
WebProcessStatistics Properties
Visual Studio 2010
The WebProcessStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
|
AppDomainCount | Gets the number of application domains in the process. |
|
ManagedHeapSize | Gets the size of the managed heap. |
|
PeakWorkingSet | Gets the peak working set for the lifetime of the process to date. |
|
ProcessStartTime | Gets the time when the process started. |
|
RequestsExecuting | Gets the number of requests currently executing. |
|
RequestsQueued | Gets the number of requests waiting to be processed. |
|
RequestsRejected | Gets the number of rejected requests. |
|
ThreadCount | Gets the total count of the process threads. |
|
WorkingSet | Gets the working set for the process. |
Show: