Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub GoToEvent( _ ByVal eventIndex As Integer _ ) |
C# | |
---|---|
public abstract void GoToEvent( int eventIndex ) |
C++/CLI | |
---|---|
public: abstract void GoToEvent( int eventIndex ) |
Parameters
- eventIndex
- index of event in Entries collection
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 default timeout of 10 seconds, a System.TimeoutException is thrown. Use GoToEvent(Int32,Int32) to specify a timeout.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)