ArcFM Responder Mobile Developer Guide
ReplicaUpdateInterval Property






Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The time interval when updates will be applied for this Replica.  A 0 value means to run only once")>
<TimeSpanValidatorWrapperAttribute(ValidatorInstance=Miner.Configuration.Validators.TimeSpanValidatorWrapper, ValidatorType=)>
<System.Configuration.ConfigurationPropertyAttribute(Name="ReplicaUpdateInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=False, 
   IsRequired=True, 
   IsKey=False)>
Public Property ReplicaUpdateInterval As System.TimeSpan
'Usage
 
Dim instance As ScheduledReplicaElement
Dim value As System.TimeSpan
 
instance.ReplicaUpdateInterval = value
 
value = instance.ReplicaUpdateInterval
[System.ComponentModel.Description("The time interval when updates will be applied for this Replica.  A 0 value means to run only once")]
[TimeSpanValidatorWrapper(ValidatorInstance=Miner.Configuration.Validators.TimeSpanValidatorWrapper, ValidatorType=)]
[System.Configuration.ConfigurationProperty(Name="ReplicaUpdateInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public System.TimeSpan ReplicaUpdateInterval {get; set;}
public read-write property ReplicaUpdateInterval: System.TimeSpan; 
System.ComponentModel.DescriptionAttribute("The time interval when updates will be applied for this Replica.  A 0 value means to run only once")
TimeSpanValidatorWrapperAttribute(ValidatorInstance=Miner.Configuration.Validators.TimeSpanValidatorWrapper, ValidatorType=)
System.Configuration.ConfigurationPropertyAttribute(Name="ReplicaUpdateInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
public function get,set ReplicaUpdateInterval : System.TimeSpan
[System.ComponentModel.Description("The time interval when updates will be applied for this Replica.  A 0 value means to run only once")]
[TimeSpanValidatorWrapper(ValidatorInstance=Miner.Configuration.Validators.TimeSpanValidatorWrapper, ValidatorType=)]
[System.Configuration.ConfigurationProperty(Name="ReplicaUpdateInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public: __property System.TimeSpan get_ReplicaUpdateInterval();
public: __property void set_ReplicaUpdateInterval( 
   System.TimeSpan value
);
[System.ComponentModel.Description("The time interval when updates will be applied for this Replica.  A 0 value means to run only once")]
[TimeSpanValidatorWrapper(ValidatorInstance=Miner.Configuration.Validators.TimeSpanValidatorWrapper, ValidatorType=)]
[System.Configuration.ConfigurationProperty(Name="ReplicaUpdateInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
public:
property System.TimeSpan ReplicaUpdateInterval {
   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