Skip to main content
.NET 6.0+

SerializableObjectLayerClient.CommitChangesAsync Method

Name Parameters Description
CommitChangesAsync(Session, ICollection, ICollection, AsyncCommitCallback) session, fullListForDelete, completeListForSave, callback Performs object layer specific operations that are required to asynchronously commit object changes made in a specified session and notifies upon completion.
CommitChangesAsync(Session, ICollection, ICollection, CancellationToken) session, fullListForDelete, completeListForSave, cancellationToken Asynchronously commits object changes made in a specified session and notifies upon completion.