AnchorEnumerationContext::ReportItemsAndAutodetectDeletes Method
Reports item changes, including deletes, when a full enumeration of a replica is required by an anchor-based provider.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
public: void ReportItemsAndAutodetectDeletes( IEnumerable<ItemFieldDictionary^>^ items, array<unsigned char>^ updatedAnchor )
Parameters
- items
- Type: System.Collections.Generic::IEnumerable<ItemFieldDictionary>
A collection of ItemFieldDictionary objects that contain item metadata.
- updatedAnchor
- Type: array<System::Byte>
A byte array that represents an enumeration anchor, such as a timestamp.
| Exception | Condition |
|---|---|
| SimpleProviderInvalidOperationException | ReportChanges was called in the same session. |
Show: