ItemEnumerationContext-Klasse

Stellt den Synchronisierungssitzungskontext dar, der an einen Anbieter übergeben wird.

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
type ItemEnumerationContext =  class end
public class ItemEnumerationContext

Hinweise

Der Kontext kann vom Anbieter verwendet werden, wenn der Anbieter keine Enumeration von Elementen zurückgibt, oder wenn er das Enumerationsverhalten der Sync Framework-Laufzeit ändern muss. Entwickler verwenden normalerweise eine der Klassen, die von ItemEnumerationContext (FullEnumerationContext oder AnchorEnumerationContext) erben, je nach Typ des zu synchronisierenden Speichers.

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

ItemEnumerationContext-Member

Microsoft.Synchronization.SimpleProviders-Namespace