Click or drag to resize
MobileEndpointTFetchConflictObjectsAsync Method
Returns the list of all objects that are in conflict. The list contains pairs of objects where the first object is the one in conflict and the second is the one downloaded form the service. The conflict can be resolved by doing another write to the object.

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<KeyValuePair<T, T>>> FetchConflictObjectsAsync()

Return Value

Type: TaskIReadOnlyListKeyValuePairT, T
A list of pairs
See Also