Freigeben über


FullEnumerationChangeBatch-Konstruktor

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 die Spanne 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
)
public FullEnumerationChangeBatch (
    SyncIdFormatGroup idFormats, 
    SyncKnowledge destinationKnowledge, 
    ForgottenKnowledge sourceForgottenKnowledge, 
    SyncId fullEnumerationLowerBound
)
public function FullEnumerationChangeBatch (
    idFormats : SyncIdFormatGroup, 
    destinationKnowledge : SyncKnowledge, 
    sourceForgottenKnowledge : ForgottenKnowledge, 
    fullEnumerationLowerBound : SyncId
)

Parameter

  • idFormats
    Das ID-Formatschema des Anbieters.
  • destinationKnowledge
    Das Wissen des Zielanbieters.
  • sourceForgottenKnowledge
    Das vergessene Wissen des Quellenanbieters.
  • fullEnumerationLowerBound
    Die abgeschlossene Untergrenze der Spanne von Element-IDs, die aufgelistet werden sollen. Dabei handelt es sich um die Untergrenze, die von Sync Framework an GetFullEnumerationChangeBatch übergeben wird.

Siehe auch

Verweis

FullEnumerationChangeBatch-Klasse
FullEnumerationChangeBatch-Member
Microsoft.Synchronization-Namespace