Initializes a new instance of the Timeout class from a pre-existing timeout.
    Namespace: 
   Quanser.CommonAssembly: Quanser.Common (in Quanser.Common.dll)
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ timeout As Timeout _ ) | 
| C# | 
|---|
| public Timeout( Timeout timeout ) | 
| Visual C++ | 
|---|
| public: Timeout( Timeout^ timeout ) | 
| JavaScript | 
|---|
| Quanser.Common.Timeout = function(timeout); | 
Parameters
- timeout
- Type: Quanser.Common..::.Timeout
 The timeout to copy.
 Remarks
Remarks
This constructor is called to initialize a timeout from another timeout. It is the copy
constructor for the Timeout class.
 
     
     
     
     
    