SerializableObjectLayerClient.CommitChangesAsync(Session, ICollection, ICollection, AsyncCommitCallback) Method
Performs object layer specific operations that are required to asynchronously commit object changes made in a specified session and notifies upon completion.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public object CommitChangesAsync(
Session session,
ICollection fullListForDelete,
ICollection completeListForSave,
AsyncCommitCallback callback
)
#Parameters
Name | Type | Description |
---|---|---|
session | Session | A Session with pending object changes. |
full |
ICollection | A collection of persistent objects to be deleted. |
complete |
ICollection | A collection of persistent objects to be saved. |
callback | Async |
An Async |
#Returns
Type | Description |
---|---|
Object | An object identifying the current asynchronous operation, intended for internal use. |