This documentation is archived and is not being maintained.
ProcessInfo.RequestCount Property
.NET Framework 1.1
Gets the number of start requests for the process.
[Visual Basic] Public ReadOnly Property RequestCount As Integer [C#] public int RequestCount {get;} [C++] public: __property int get_RequestCount(); [JScript] public function get RequestCount() : int;
Property Value
The number of requests executed by the process.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
ProcessInfo Class | ProcessInfo Members | System.Web Namespace
Show: