Udostępnij za pośrednictwem


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)

Syntax

'Declaration
Public Class ItemEnumerationContext
'Usage
Dim instance As ItemEnumerationContext
public class ItemEnumerationContext
public ref class ItemEnumerationContext
public class ItemEnumerationContext
public class ItemEnumerationContext

Remarks

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.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.SimpleProviders.ItemEnumerationContext
     Microsoft.Synchronization.SimpleProviders.AnchorEnumerationContext
     Microsoft.Synchronization.SimpleProviders.FullEnumerationContext

Thread Safety

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

See Also

Reference

ItemEnumerationContext Members
Microsoft.Synchronization.SimpleProviders Namespace