Property RefreshInterval
RefreshInterval
Gets or sets the refresh interval on a FeatureLayer.
Declaration
public TimeSpan RefreshInterval { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | A TimeSpan representing the layer's refresh interval. |
Remarks
Get the current refresh interval on a feature layer. A value of System.TimeSpan.Zero means the layer is never refreshed.
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | Thrown if this is a negative interval. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |