Wait 10 seconds for the measurement to complete.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overloads MustOverride Sub WaitForMeasurementDone() |
| C# | |
|---|
public abstract void WaitForMeasurementDone() |
| C++/CLI | |
|---|
public:
abstract void WaitForMeasurementDone(); |
Exceptions
| Exception | Description |
| System.TimeoutException | A TimeoutException will be thrown if the measurement is
not complete within the specified number of milliseconds. |
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also