| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Sub Restart() | |
| C# | |
|---|---|
public abstract void Restart() | |
| C++/CLI | |
|---|---|
public: abstract void Restart(); | |
| Exception | Description |
|---|---|
| System.InvalidOperationException | Measurement cannot run concurrently with selected measurement (Measurement.IsConcurrent = false). |
This measurement must be able to run concurrently with the selected measurement (app.Measurements.SelectedItem) or a System.InvalidOperationException will be thrown.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)