Click or drag to resize
SynchronizationLoadOfflineResourcesAsync Method
Returns a list of all MobileResource objects that were updated offline.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Task<List<MobileResource>> LoadOfflineResourcesAsync()

Return Value

Type: TaskListMobileResource
A list of MobileResource objects.
See Also