ApplicationPoolPeriodicRestart.Requests Property

Definition

Gets or sets the number of requests that the worker process should process before it is recycled.

public:
 property long Requests { long get(); void set(long value); };
public long Requests { get; set; }
member this.Requests : int64 with get, set
Public Property Requests As Long

Property Value

The number of requests that a worker process should process before it is recycled.

Applies to