ArcFM Responder Mobile Developer Guide
RetryInterval Property






Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="RetryInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=False, 
   IsRequired=True, 
   IsKey=False)>
<PositiveTimeSpanValidatorWrapperAttribute()>
Public Property RetryInterval As System.TimeSpan
'Usage
 
Dim instance As ScheduledReplicaElement
Dim value As System.TimeSpan
 
instance.RetryInterval = value
 
value = instance.RetryInterval
[System.Configuration.ConfigurationProperty(Name="RetryInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
[PositiveTimeSpanValidatorWrapper()]
public System.TimeSpan RetryInterval {get; set;}
public read-write property RetryInterval: System.TimeSpan; 
System.Configuration.ConfigurationPropertyAttribute(Name="RetryInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
PositiveTimeSpanValidatorWrapperAttribute()
public function get,set RetryInterval : System.TimeSpan
[System.Configuration.ConfigurationProperty(Name="RetryInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
[PositiveTimeSpanValidatorWrapper()]
public: __property System.TimeSpan get_RetryInterval();
public: __property void set_RetryInterval( 
   System.TimeSpan value
);
[System.Configuration.ConfigurationProperty(Name="RetryInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
[PositiveTimeSpanValidatorWrapper()]
public:
property System.TimeSpan RetryInterval {
   System.TimeSpan get();
   void set (    System.TimeSpan value);
}
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

ScheduledReplicaElement Class
ScheduledReplicaElement Members

Send Feedback