Show / Hide Table of Contents

Method DeleteEntityAsync

DeleteEntityAsync(String)

Deletes the dynamic entity identified by the ID value from the data source store.

Declaration
protected Task DeleteEntityAsync(string entityId)
Parameters
Type Name Description
System.String entityId

The value of the unique id field identifying an entity. For example, a track id field value for track-aware data or an object id value for discrete data.

Returns
Type Description
System.Threading.Tasks.Task

A System.Threading.Tasks.Task that represents the asynchronous delete operation.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.