ArcFM Desktop Developer Guide
ReplicaUpdateInterval Property


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
<DescriptionAttribute("The time interval when updates will be applied for this Replica.  A 0 value means to run only once")>
<ConfigurationPropertyAttribute(Name="ReplicaUpdateInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=False, 
   IsRequired=True, 
   IsKey=False)>
<TimeSpanValidatorWrapperAttribute(ValidatorInstance=Miner.Configuration.Validators.TimeSpanValidatorWrapper, ValidatorType=)>
Public Property ReplicaUpdateInterval As TimeSpan
'Usage
 
Dim instance As ScheduledReplicaElement
Dim value As TimeSpan
 
instance.ReplicaUpdateInterval = value
 
value = instance.ReplicaUpdateInterval
[Description("The time interval when updates will be applied for this Replica.  A 0 value means to run only once")]
[ConfigurationProperty(Name="ReplicaUpdateInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
[TimeSpanValidatorWrapper(ValidatorInstance=Miner.Configuration.Validators.TimeSpanValidatorWrapper, ValidatorType=)]
public TimeSpan ReplicaUpdateInterval {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ScheduledReplicaElement Class
ScheduledReplicaElement Members

 

 


Send Comment