Click or drag to resize
MobileEndpointTFetchErrorObjectsAsync Method
Returns the list of all objects that received an error while committing offline updates to the service.

Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpoint
Assemblies:  Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
  Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Task<IReadOnlyList<T>> FetchErrorObjectsAsync()

Return Value

Type: TaskIReadOnlyListT
The list of error objects.
See Also