ProcessInfo.RequestCount Property

Definition

Gets the number of start requests for the process.

public:
 property int RequestCount { int get(); };
public int RequestCount { get; }
member this.RequestCount : int
Public ReadOnly Property RequestCount As Integer

Property Value

The number of requests executed by the process.

Applies to