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
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
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.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
Map image layer tables: Find features in a spatial table related to features in a non-spatial table.