Initializes a new instance of the Timeout class. The timeout is initialized
as a relative timeout of zero seconds.
Namespace:
Quanser.CommonAssembly: Quanser.Common (in Quanser.Common.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New |
| C# |
|---|
public Timeout() |
| Visual C++ |
|---|
public: Timeout() |
| JavaScript |
|---|
Quanser.Common.Timeout = function(); |
Remarks
This constructor is called to initialize a zero relative timeout. It is the default
constructor for the Timeout class.