ItemEnumerationContext Class
Represents the synchronization session context that is passed to a provider.
System.Object
Microsoft.Synchronization.SimpleProviders.ItemEnumerationContext
Microsoft.Synchronization.SimpleProviders.AnchorEnumerationContext
Microsoft.Synchronization.SimpleProviders.FullEnumerationContext
Microsoft.Synchronization.SimpleProviders.ItemEnumerationContext
Microsoft.Synchronization.SimpleProviders.AnchorEnumerationContext
Microsoft.Synchronization.SimpleProviders.FullEnumerationContext
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
The ItemEnumerationContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetDeleteMode | Sets whether a delete is a normal delete that is propagated to other replicas, or a local-only delete. |
![]() | ToString | (Inherited from Object.) |
The context can be used by the provider in circumstances when the provider is not going to return an enumeration of items or where the provider needs to modify the enumeration behavior of the Sync Framework runtime. Developers typically use one of the classes that inherits from ItemEnumerationContext (FullEnumerationContext or AnchorEnumerationContext), depending on the type of store that is being synchronized.
Show:
