Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Reports item changes, including deletes, when a full enumeration of a replica is required by an anchor-based provider.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public Sub ReportItemsAndAutodetectDeletes ( _
items As IEnumerable(Of ItemFieldDictionary), _
updatedAnchor As Byte() _
)
'Usage
Dim instance As AnchorEnumerationContext
Dim items As IEnumerable(Of ItemFieldDictionary)
Dim updatedAnchor As Byte()
instance.ReportItemsAndAutodetectDeletes(items, _
updatedAnchor)
public void ReportItemsAndAutodetectDeletes(
IEnumerable<ItemFieldDictionary> items,
byte[] updatedAnchor
)
public:
void ReportItemsAndAutodetectDeletes(
IEnumerable<ItemFieldDictionary^>^ items,
array<unsigned char>^ updatedAnchor
)
member ReportItemsAndAutodetectDeletes :
items:IEnumerable<ItemFieldDictionary> *
updatedAnchor:byte[] -> unit
public function ReportItemsAndAutodetectDeletes(
items : IEnumerable<ItemFieldDictionary>,
updatedAnchor : byte[]
)
Parameters
- items
Type: System.Collections.Generic.IEnumerable<ItemFieldDictionary>
A collection of ItemFieldDictionary objects that contain item metadata.
- updatedAnchor
Type: System.Byte[]
A byte array that represents an enumeration anchor, such as a timestamp.
Exceptions
| Exception | Condition |
|---|---|
| SimpleProviderInvalidOperationException | ReportChanges was called in the same session. |