Click or drag to resize

TimeSeriesFlushAsync Method

Flush the events to the database asynchronously

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Task FlushAsync()

Return Value

Type: Task
An awaitable Task
See Also