Show / Hide Table of Contents

Interface ILoadable

An interface for loading metadata for an object.

Namespace: Esri.ArcGISRuntime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public interface ILoadable
Remarks

A resource that is capable of loading its metadata asynchronously is referred to as a loadable. It could represent a remote service or a dataset on disk. An implementation moves from NotLoaded to Loading and ends in either Loaded or FailedToLoad. Implementations may also begin in Loaded.

Properties

Name Description
LoadError

Gets the Exception associated with the last load error.

LoadStatus

Gets the load status.

Methods

Name Description
CancelLoad()

Attempts to cancel loading the object.

LoadAsync()

Load the object asynchronously.

RetryLoadAsync()

Loads or retries loading the object asynchronously.

Events

Name Description
LoadStatusChanged

Occurs when the LoadStatus property changes.

Loaded

Occurs when the object is done loading, whether loading succeeds, fails, or is canceled.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 300.1
.NET Windows100.13 - 300.1
.NET Android200.0 - 300.1
.NET iOS200.0 - 300.1
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.