SendWorkspaceToolMessageStep.Timeout Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the amount of time in milliseconds to wait for a response from the Workspace tool before timing out.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Property Timeout As UInteger |
C# |
---|
public uint Timeout { get; set; } |
Visual C++ |
---|
public: property unsigned int Timeout { unsigned int get (); void set (unsigned int value); } |