VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

SendWorkspaceToolMessageStep.Timeout Property

Gets or sets the amount of time in milliseconds to wait for a response from the Workspace tool before timing out.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: 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);
}

Property Value

The timeout, in milliseconds.

See Also

Was this information helpful?