IFulltextSessionFlushChangesAsync Method | 
| Name | Description | |
|---|---|---|
| FlushChangesAsync | 
            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.
              | |
| FlushChangesAsync(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.
              |