ArcFM Responder Mobile Developer Guide
ReviveOnFailure Field






Value indicating if attempts should be made to try and reconnect to a Query Service on service failure.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public ReviveOnFailure As System.Boolean
'Usage
 
Dim instance As QueryServiceSetting
Dim value As System.Boolean
 
value = instance.ReviveOnFailure
 
instance.ReviveOnFailure = value
[System.Xml.Serialization.XmlIgnore()]
public System.bool ReviveOnFailure
public field ReviveOnFailure: System.Boolean; 
System.Xml.Serialization.XmlIgnoreAttribute()
public var ReviveOnFailure : System.boolean;
[System.Xml.Serialization.XmlIgnore()]
public: System.bool ReviveOnFailure
[System.Xml.Serialization.XmlIgnore()]
public:
System.bool ReviveOnFailure
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