WebListener.SetRequestQueueLimit(Int64) Method
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.
Sets the maximum number of requests that will be queued up in Http.Sys.
public:
void SetRequestQueueLimit(long limit);
public void SetRequestQueueLimit (long limit);
member this.SetRequestQueueLimit : int64 -> unit
Public Sub SetRequestQueueLimit (limit As Long)
Parameters
- limit
- Int64