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.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<KeyValuePair<T, T>>> FetchConflictObjectsAsync()
Public Function FetchConflictObjectsAsync As Task(Of IReadOnlyList(Of KeyValuePair(Of T, T)))
public:
Task<IReadOnlyList<KeyValuePair<T, T>>^>^ FetchConflictObjectsAsync()
member FetchConflictObjectsAsync : unit -> Task<IReadOnlyList<KeyValuePair<'T, 'T>>>
Return Value
Type:
TaskIReadOnlyListKeyValuePairT,
TA list of pairs
See Also