| Visual Basic (Declaration) | |
|---|---|
Public Overloads MustOverride Sub GoToEvent( _ ByVal eventIndex As Integer, _ ByVal timeoutMilliseconds As Integer _ ) | |
| C# | |
|---|---|
public abstract void GoToEvent( int eventIndex, int timeoutMilliseconds ) | |
| C++/CLI | |
|---|---|
public: abstract void GoToEvent( int eventIndex, int timeoutMilliseconds ) | |
Parameters
- eventIndex
- index of event in Entries collection
- timeoutMilliseconds
- timeout in milliseconds
| Exception | Description |
|---|---|
| System.TimeoutException | the timeout expires before the measurement finishes. |
Returns once the measurement has completed. If the measurement does not complete within the specified timeout, a System.TimeoutException is thrown.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)