ISimpleSyncProviderConstraintConflictResolver::ModifyAndInsertRemoteItem Method
When overridden in a derived class, renames the remote item so that it no longer conflicts with the local item name and inserts the remote item into the local replica.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
void ModifyAndInsertRemoteItem(
Object^ itemData,
IEnumerable<SyncId^>^ changeUnitsToCreate,
RecoverableErrorReportingContext^ recoverableErrorReportingContext,
[OutAttribute] ItemFieldDictionary^% updatedKeyAndVersion
)
Parameters
- itemData
- Type: System::Object
Data for the item in a provider-specific format.
- changeUnitsToCreate
- Type: System.Collections.Generic::IEnumerable<SyncId>
A collection of SyncId objects that represent the set of change units to create during conflict resolution.
- recoverableErrorReportingContext
- Type: Microsoft.Synchronization.SimpleProviders::RecoverableErrorReportingContext
A RecoverableErrorReportingContext object that is used to report recoverable errors that occur during attempts to resolve a conflict.
- updatedKeyAndVersion
- Type: Microsoft.Synchronization.SimpleProviders::ItemFieldDictionary%
Returns the key and version properties that were created as a result of conflict resolution.
| Exception | Condition |
|---|---|
| SyncRuntimeInternalErrorException | changeUnitsToCreate contained a change unit of unexpected size. |
Show: