 | IFulltextSessionFlushChangesAsync Method (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.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
SyntaxTask FlushChangesAsync(
CancellationToken cancellationToken
)
Function FlushChangesAsync (
cancellationToken As CancellationToken
) As Task
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.
Return Value
Type:
TaskA task representing the asynchronous operation.
Exceptions
See Also