MobileEndpointTFetchConflictFilesAsync Method |
Returns the list of all files that are in conflict. The list contains pairs of fiels where the first file 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 file.
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<MobileFile, MobileFile>>> FetchConflictFilesAsync()
Public Function FetchConflictFilesAsync As Task(Of IReadOnlyList(Of KeyValuePair(Of MobileFile, MobileFile)))
public:
Task<IReadOnlyList<KeyValuePair<MobileFile^, MobileFile^>>^>^ FetchConflictFilesAsync()
member FetchConflictFilesAsync : unit -> Task<IReadOnlyList<KeyValuePair<MobileFile, MobileFile>>>
Return Value
Type:
TaskIReadOnlyListKeyValuePairMobileFile,
MobileFileA list of pairs
See Also