Enum KmlRefreshMode
The list of KML refresh modes.
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum KmlRefreshMode
Remarks
Defines the time-based refresh behavior of a KmlNetworkLink
Fields
Name | Description |
---|---|
OnChange | Refresh when the file is loaded and whenever the Link parameters change. (default) |
OnExpire | Refresh the file when the expiration time is reached. If a fetched file has a NetworkLinkControl, the "expires" time takes precedence over expiration times specified in HTTP headers. If no "expires" time is specified, the HTTP max-age header is used (if present). If max-age is not present, the Expires HTTP header is used (if present). Currently this is treated the same as if the mode were OnChange. |
OnInterval | Refresh every n milliseconds, where n is specified by RefreshInterval. If no RefreshInterval is set, it will default to 500 milliseconds. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 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.5 - 200.5 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.5 |