Method UpdateFeaturesAsync
UpdateFeaturesAsync(IEnumerable<Feature>)
Asynchronously updates the set of Features on the table.
Declaration
public async Task UpdateFeaturesAsync(IEnumerable<Feature> features)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<Feature> | features | set of Features to update on the table. |
Returns
| Type | Description |
|---|---|
| Task | A task that represents the asynchronous update features operation. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |