ArcFM Engine Developer Guide
ReplicaUpdateInterval Property


Syntax
'Declaration
 
<ConfigurationPropertyAttribute("ReplicaUpdateInterval", 
   IsRequired=True, 
   IsKey=False, 
   DefaultValue=Mono.Cecil.CustomAttributeArgument)>
<DescriptionAttribute("The time interval when updates will be applied for this Replica.  A 0 value means to run only once")>
<TimeSpanValidatorWrapperAttribute(0, 
   0, 
   0, 
   False)>
Public Property ReplicaUpdateInterval As TimeSpan
'Usage
 
Dim instance As ScheduledReplicaElement
Dim value As TimeSpan
 
instance.ReplicaUpdateInterval = value
 
value = instance.ReplicaUpdateInterval
[ConfigurationProperty("ReplicaUpdateInterval", 
   IsRequired=true, 
   IsKey=false, 
   DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[Description("The time interval when updates will be applied for this Replica.  A 0 value means to run only once")]
[TimeSpanValidatorWrapper(0, 
   0, 
   0, 
   false)]
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