ItemEnumerationContext Class

Represents the synchronization session context that is passed to a provider.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

'Declaration
Public Class ItemEnumerationContext
'Usage
Dim instance As ItemEnumerationContext

The ItemEnumerationContext type exposes the following members.

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetDeleteModeSets whether a delete is a normal delete that is propagated to other replicas, or a local-only delete.
Public methodToString (Inherited from Object.)
Top

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: