VeriStand .NET API Reference

FTPBase.Timeout Property

Gets or sets the time in seconds to wait for a response from the FTP server before returning a timeout error.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
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 time in seconds to wait for a response from the FTP server.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The value of Timeout is 0.

See Also

Log in to get a better experience