ArcFM Engine Developer Guide
RetryInterval Property


Syntax
'Declaration
 
<ConfigurationPropertyAttribute(IsRequired=True, 
   IsKey=False, 
   Name="RetryInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=False)>
<PositiveTimeSpanValidatorWrapperAttribute()>
Public Property RetryInterval As TimeSpan
'Usage
 
Dim instance As ScheduledReplicaElement
Dim value As TimeSpan
 
instance.RetryInterval = value
 
value = instance.RetryInterval
[ConfigurationProperty(IsRequired=true, 
   IsKey=false, 
   Name="RetryInterval", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false)]
[PositiveTimeSpanValidatorWrapper()]
public TimeSpan RetryInterval {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