Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub Suspend() |
C# | |
---|---|
public abstract void Suspend() |
C++/CLI | |
---|---|
public: abstract void Suspend(); |
Hardware communications are resumed when you perform an operation that requires the hardware, such as Measurement.Restart or Measurement.Resume. Note: Starting the measurement after a suspend does not do all the hardware initialization that is done after a Disconnect. As a result, you must guarantee that the hardware configuration and/or setup is not changed between the time Suspend is called and when the measurement is resumed.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)