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.8 |
| .NET | 200.3 - 200.8 |
| .NET Windows | 200.3 - 200.8 |
| .NET Android | 200.3 - 200.8 |
| .NET iOS | 200.3 - 200.8 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |