Session.FlushChangesAsync Method
| Name | Parameters | Description |
|---|---|---|
| FlushChangesAsync(AsyncCommitCallback) | callback | Asynchronously saves changes made to persistent objects to a data store, clears a list of tracked changes and notifies upon completion. |
| FlushChangesAsync(CancellationToken) | cancellationToken | Asynchronously saves changes made to persistent objects to a data store and clears a tracked changes list. |