Click or drag to resize
AnalyticsFlushAsync Method
Uploads all events to the service if the device is online or caches them locally until the device goes online at which point they will be uploaded. If a session is in progress it will end.

Namespace: Oracle.Cloud.Mobile.Analytics
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Task FlushAsync()

Return Value

Type: Task
See Also