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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |