WhileLoop Class
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Represents a While Loop, which executes its body of statements repeatedly as long as a specified condition is true (True in Visual Basic).
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Class WhileLoop _ Inherits AbstractLoop _ Implements IEquatable(Of WhileLoop) |
| C# |
|---|
public class WhileLoop : AbstractLoop, IEquatable<WhileLoop> |
| Visual C++ |
|---|
public ref class WhileLoop : public AbstractLoop, IEquatable<WhileLoop^> |
Remarks
Use the members of this class to configure the loop, including the statements it executes and the condition it checks to determine execution.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.AbstractLoop
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.WhileLoop
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.AbstractLoop
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.WhileLoop
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.