ArcFM Responder Mobile Developer Guide
QueryTimeout Field






The number of milliseconds to wait for a request until the client considers the query as having timed out.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlAttributeAttribute("queryTimeout")>
Public QueryTimeout As System.Integer
'Usage
 
Dim instance As QueryServiceSetting
Dim value As System.Integer
 
value = instance.QueryTimeout
 
instance.QueryTimeout = value
[System.Xml.Serialization.XmlAttribute("queryTimeout")]
public System.int QueryTimeout
public field QueryTimeout: System.Integer; 
System.Xml.Serialization.XmlAttributeAttribute("queryTimeout")
public var QueryTimeout : System.int;
[System.Xml.Serialization.XmlAttribute("queryTimeout")]
public: System.int QueryTimeout
[System.Xml.Serialization.XmlAttribute("queryTimeout")]
public:
System.int QueryTimeout
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QueryServiceSetting Class
QueryServiceSetting Members

Send Feedback