Method SetMaxConcurrentRequests
SetMaxConcurrentRequests(Int32)
Sets the max number of web requests running at the same time.
Declaration
public static void SetMaxConcurrentRequests(int maxRequests)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | maxRequests | The max number of web requests. |