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.AnalyticsAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
SyntaxPublic Function FlushAsync As Task
public:
Task^ FlushAsync()
member FlushAsync : unit -> Task
Return Value
Type:
Task
See Also