Show / Hide Table of Contents

Method LoadAsync

LoadAsync()

Initiates loading of feature.

Declaration
public Task LoadAsync()
Returns
Type Description
System.Threading.Tasks.Task

A task that represents the asynchronous load operation.

Implements
ILoadable.LoadAsync()
Remarks

An ArcGISFeature is loadable. Depending on a ServiceFeatureTable's feature request mode, queries on the table can return ArcGISFeature objects which have the minimum set of attributes required for rendering and labeling (and geometries do not include m-values). See QueryFeaturesAsync(QueryParameters, QueryFeatureFields), OnInteractionCache, and OnInteractionNoCache. To access all attributes in the returned ArcGISFeatures, call this method on each feature. For alternative ways to load all attributes in the returned features, see LoadOrRefreshFeaturesAsync(IEnumerable<Feature>) or QueryFeaturesAsync(QueryParameters, QueryFeatureFields).

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
Relevant samples
Map image layer tables: Find features in a spatial table related to features in a non-spatial table.
In This Article
Back to top Copyright © 2022 Esri.