MobileEndpointTFetchErrorObjectsAsync Method |
Returns the list of all objects that received an error while committing offline updates to the service.
Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpointAssemblies: 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)
Syntaxpublic Task<IReadOnlyList<T>> FetchErrorObjectsAsync()
Public Function FetchErrorObjectsAsync As Task(Of IReadOnlyList(Of T))
public:
Task<IReadOnlyList<T>^>^ FetchErrorObjectsAsync()
member FetchErrorObjectsAsync : unit -> Task<IReadOnlyList<'T>>
Return Value
Type:
TaskIReadOnlyListTThe list of error objects.
See Also