Chili.Opf3 Send comments on this topic.
Timeout Property
See Also 
Chili.Opf3.Query Namespace > IQuery Interface : Timeout Property




Specifies the wait time before terminating the attempt to execute a command and generating an error.

Syntax

Visual Basic (Declaration) 
Overridable Property Timeout As Integer
Visual Basic (Usage)Copy Code
Dim instance As IQuery
Dim value As Integer
 
instance.Timeout = value
 
value = instance.Timeout
C# 
virtual int Timeout {get; set;}
Managed Extensions for C++ 
__property virtual int get_Timeout();
__property virtual void set_Timeout( 
   int value
);
C++/CLI 
virtual property int Timeout {
   int get();
   void set (int value);
}

Return Value

An integer that specifies the wait time in seconds.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also