Class ItemResourceCache
Contains information about the offline resources typically associated with a custom style of an Arc
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ItemResourceCache : ILoadable
Remarks
For example, an ArcGIS vector tile layer can have style resources, such as fonts and sprites.
Constructors
Name | Description |
---|---|
Item |
Initializes a new instance of the Item |
Properties
Name | Description |
---|---|
Item | Gets the Local |
Load |
Gets the System. |
Load |
Gets the load status. |
Path | Gets the path to the on-disk location containing the Item |
Methods
Name | Description |
---|---|
Cancel |
Cancel loading metadata for the object. |
Create |
Creates and loads a new instance of the Item |
Load |
Load the metadata for the object asynchronously. |
Retry |
Loads or retries loading metadata for the object asynchronously. |
Events
Name | Description |
---|---|
Loaded | Event that is raised when the object is done loading. |
Load |
Event that is raised when the Load |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |