Click or drag to resize

IFulltextSessionFlushChangesAsync Method

Overload List
  NameDescription
Public methodFlushChangesAsync
Asynchronously flushes all pending changes, i.e. all changes made via Save and Delete since the start of the session or since the last call to FlushChanges. All statements are executed within one transaction.
Public methodFlushChangesAsync(CancellationToken)
Asynchronously flushes all pending changes, i.e. all changes made via Save and Delete since the start of the session or since the last call to FlushChanges. All statements are executed within one transaction.
Top
See Also