Wait 10 seconds for the data for this trace to be valid.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overloads MustOverride Sub WaitForDataValid() |
| C# | |
|---|
public abstract void WaitForDataValid() |
| C++/CLI | |
|---|
public:
abstract void WaitForDataValid(); |
Exceptions
| Exception | Description |
| System.TimeoutException | A TimeoutException will be thrown if the data is
not valid 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