Skip to main content

Definition

Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core.Submit

Syntax

Summary

Represents a service that can initialize a change set.

Methods

InitializeAsync Abstract

Asynchronously initialize a change set for submission.

Syntax

Parameters

Returns

Type: System.Threading.Tasks.Task A task that represents the asynchronous operation.

Remarks

Preparing a change set involves creating new entity objects for new data, loading entities that are pending update or delete from to get current server values, and using a data provider mechanism to locally apply the supplied changes to the loaded entities.