TimeoutManager.RequestQueue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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