TimeoutManager.RequestQueue Property

Definition

The time, in seconds, allowed for the request to remain in the request queue before the application picks it up. The default timer is 2 minutes.

Use TimeSpan.Zero to indicate that system defaults should be used.

public:
 property TimeSpan RequestQueue { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan RequestQueue { get; set; }
member this.RequestQueue : TimeSpan with get, set
Public Property RequestQueue As TimeSpan

Property Value

Applies to