FullEnumerationChangeBatch-Konstruktor (SyncIdFormatGroup, SyncKnowledge, ForgottenKnowledge, SyncId)

Initialisiert eine neue Instanz der FullEnumerationChangeBatch-Klasse, die das angegebene ID-Formatschema, das Wissen des Zielanbieters, vergessenes Wissen des Quellenanbieters sowie eine abgeschlossene Untergrenze für den Bereich der aufzulistenden Element-IDs enthält.

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

Syntax

'Declaration
Public Sub New ( _
    idFormats As SyncIdFormatGroup, _
    destinationKnowledge As SyncKnowledge, _
    sourceForgottenKnowledge As ForgottenKnowledge, _
    fullEnumerationLowerBound As SyncId _
)
'Usage
Dim idFormats As SyncIdFormatGroup
Dim destinationKnowledge As SyncKnowledge
Dim sourceForgottenKnowledge As ForgottenKnowledge
Dim fullEnumerationLowerBound As SyncId

Dim instance As New FullEnumerationChangeBatch(idFormats, _
    destinationKnowledge, sourceForgottenKnowledge, _
    fullEnumerationLowerBound)
public FullEnumerationChangeBatch(
    SyncIdFormatGroup idFormats,
    SyncKnowledge destinationKnowledge,
    ForgottenKnowledge sourceForgottenKnowledge,
    SyncId fullEnumerationLowerBound
)
public:
FullEnumerationChangeBatch(
    SyncIdFormatGroup^ idFormats, 
    SyncKnowledge^ destinationKnowledge, 
    ForgottenKnowledge^ sourceForgottenKnowledge, 
    SyncId^ fullEnumerationLowerBound
)
new : 
        idFormats:SyncIdFormatGroup * 
        destinationKnowledge:SyncKnowledge * 
        sourceForgottenKnowledge:ForgottenKnowledge * 
        fullEnumerationLowerBound:SyncId -> FullEnumerationChangeBatch
public function FullEnumerationChangeBatch(
    idFormats : SyncIdFormatGroup, 
    destinationKnowledge : SyncKnowledge, 
    sourceForgottenKnowledge : ForgottenKnowledge, 
    fullEnumerationLowerBound : SyncId
)

Parameter

  • fullEnumerationLowerBound
    Typ: Microsoft.Synchronization. . :: . .SyncId
    Die abgeschlossene Untergrenze des Bereichs von Element-IDs, die aufgelistet werden sollen. Dabei handelt es sich um dieselbe Untergrenze, die von Sync Framework an [M:Microsoft.Synchronization.KnowledgeSyncProvider.GetFullEnumerationChangeBatch(System.UInt32,Microsoft.Synchronization.SyncId,Microsoft.Synchronization.SyncKnowledge,System.Object@).] übergeben wird.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

idFormats, destinationKnowledge, sourceForgottenKnowledge oder fullEnumerationLowerBound ist NULL.

Siehe auch

Verweis

FullEnumerationChangeBatch Klasse

FullEnumerationChangeBatch-Member

FullEnumerationChangeBatch-Überladung

Microsoft.Synchronization-Namespace