Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SimpleObjectLayer.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.