ArcFM Responder Mobile Developer Guide
RevivalInterval Field






The number of milliseconds between attempts to reconnect to a Query Service.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlAttributeAttribute("revivalInterval")>
Public RevivalInterval As System.Integer
'Usage
 
Dim instance As QueryServiceSetting
Dim value As System.Integer
 
value = instance.RevivalInterval
 
instance.RevivalInterval = value
[System.Xml.Serialization.XmlAttribute("revivalInterval")]
public System.int RevivalInterval
public field RevivalInterval: System.Integer; 
System.Xml.Serialization.XmlAttributeAttribute("revivalInterval")
public var RevivalInterval : System.int;
[System.Xml.Serialization.XmlAttribute("revivalInterval")]
public: System.int RevivalInterval
[System.Xml.Serialization.XmlAttribute("revivalInterval")]
public:
System.int RevivalInterval
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