Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub WaitForMeasurementDone( _ ByVal msTimeout As Integer _ ) |
Parameters
- msTimeout
- The number of milliseconds to wait.
Exception | Description |
---|---|
System.TimeoutException | A TimeoutException will be thrown if the measurement is not complete within the specified number of milliseconds. |
For non-averaged measurements, one cycle is all that is required. For averaged measurements, the average must complete.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)