Del via


BlobConfigurationSourceElement.RefreshInterval Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Gets or sets the rate at which the configuration blob will be checked for changes.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[TimeSpanValidatorAttribute(MinValueString = "00:00:00")]
[ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design.ViewModel.TimeSpanElementConfigurationProperty, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design")]
[ConfigurationPropertyAttribute("refreshInterval", IsRequired = true, DefaultValue = "00:00:30")]
public TimeSpan RefreshInterval { get; set; }
'Declaration
<TimeSpanValidatorAttribute(MinValueString := "00:00:00")> _
<ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design.ViewModel.TimeSpanElementConfigurationProperty, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design")> _
<ConfigurationPropertyAttribute("refreshInterval", IsRequired := True, DefaultValue := "00:00:30")> _
Public Property RefreshInterval As TimeSpan
    Get
    Set
[TimeSpanValidatorAttribute(MinValueString = L"00:00:00")]
[ViewModelAttribute(L"Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design.ViewModel.TimeSpanElementConfigurationProperty, Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration.Design")]
[ConfigurationPropertyAttribute(L"refreshInterval", IsRequired = true, DefaultValue = L"00:00:30")]
public:
property TimeSpan RefreshInterval {
    TimeSpan get ();
    void set (TimeSpan value);
}

See Also

BlobConfigurationSourceElement Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Configuration Namespace