ISimpleSyncProviderConcurrencyConflictResolver::ResolveLocalUpdateRemoteDeleteConflict Method
When overridden in a derived class, resolves conflicts in which an item was updated at the local replica and deleted from the remote replica.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
void ResolveLocalUpdateRemoteDeleteConflict( ItemFieldDictionary^ keyAndExpectedVersion, RecoverableErrorReportingContext^ recoverableErrorReportingContext, [OutAttribute] bool% itemWasDeletedAsResultOfResolution )
Parameters
- keyAndExpectedVersion
- Type: Microsoft.Synchronization.SimpleProviders::ItemFieldDictionary
The key and version properties of the item that is in conflict.
- recoverableErrorReportingContext
- Type: Microsoft.Synchronization.SimpleProviders::RecoverableErrorReportingContext
A RecoverableErrorReportingContext object that is used to report recoverable errors that occur during attempts to resolve a conflict.
- itemWasDeletedAsResultOfResolution
- Type: System::Boolean%
Returns whether the item was deleted as a result of the custom resolution process.
Show: