Method WaitForRequestToBeActive
WaitForRequestToBeActive(WebRequestQueueOperation, Int32)
Synchronously waits for a particular web request to be completed.
Declaration
public static void WaitForRequestToBeActive(WebRequestQueueOperation request, int millisecondsTimeout)
Parameters
Type | Name | Description |
---|---|---|
WebRequestQueueOperation | request | The web request. |
Int32 | millisecondsTimeout | The amount of time in milliseconds spent waiting per iteration before checking if the request is complete. |