Show / Hide Table of Contents

Method ApplyEditsAsync

ApplyEditsAsync(CancellationToken)

Applies all local edits in all tables to the service.

Declaration
public Task<IReadOnlyList<FeatureTableEditResult>> ApplyEditsAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
CancellationToken cancellationToken

A CancellationToken with which to cancel the operation if required.

Returns
Type Description
Task<IReadOnlyList<FeatureTableEditResult>>

A task that represents the asynchronous apply edits operation. The value of the task result contains a list of loaded FeatureTableEditResult objects.

Remarks

Edits in all tables are applied to the feature service in a call, which is more efficient than doing so one ServiceFeatureTable at a time.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.12 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.12 - 100.14
.NET 5100.12
.NET Core 3.1100.12
Xamarin.Android100.12 - 100.14
Xamarin.iOS100.12 - 100.14
UWP100.12 - 100.14

ApplyEditsAsync()

Applies all local edits in all tables to the service.

Declaration
public Task<IReadOnlyList<FeatureTableEditResult>> ApplyEditsAsync()
Returns
Type Description
Task<IReadOnlyList<FeatureTableEditResult>>

A task that represents the asynchronous apply edits operation. The value of the task result contains a list of loaded FeatureTableEditResult objects.

Remarks

Edits in all tables are applied to the feature service in a call, which is more efficient than doing so one ServiceFeatureTable at a time.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.10 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.10 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.10 - 100.12
Xamarin.Android100.10 - 100.14
Xamarin.iOS100.10 - 100.14
UWP100.10 - 100.14
In This Article
Back to top Copyright © 2021 Esri.