The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ThreadedWebTest::GetRequestEnumerator Method ()
This API supports the product infrastructure and is not intended to be used directly from your code.
This method returns the next request to be submitted in a Web performance test for Web performance tests that extend the ThreadedWebTest class.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Return Value
Type: System.Collections.Generic::IEnumerator<WebTestRequest^>^The next request to be submitted.
This method is called only by the Web performance test runtime engine and is not intended to be called by user written code.
Show: