Partager via


Méthode ChangeBatchBase.EndOrderedGroup

Ferme un groupe ordonné précédemment ouvert dans le lot de modifications.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Public Sub EndOrderedGroup ( _
    itemId As SyncId, _
    madeWithKnowledge As SyncKnowledge _
)
'Utilisation
Dim instance As ChangeBatchBase
Dim itemId As SyncId
Dim madeWithKnowledge As SyncKnowledge

instance.EndOrderedGroup(itemId, madeWithKnowledge)
public void EndOrderedGroup (
    SyncId itemId,
    SyncKnowledge madeWithKnowledge
)
public:
void EndOrderedGroup (
    SyncId^ itemId, 
    SyncKnowledge^ madeWithKnowledge
)
public void EndOrderedGroup (
    SyncId itemId, 
    SyncKnowledge madeWithKnowledge
)
public function EndOrderedGroup (
    itemId : SyncId, 
    madeWithKnowledge : SyncKnowledge
)

Paramètres

  • itemId
    Limite supérieure fermée des ID d'élément de ce groupe ordonné. Pour spécifier une limite supérieure infinie, utilisez la propriété Infinity.
  • madeWithKnowledge
    Connaissance du réplica qui a composé ce groupe.

Notes

Une fois qu'un groupe est fermé, les modifications d'élément ne peuvent plus être ajoutées au lot de modifications tant qu'un nouveau groupe n'est pas ouvert.

Voir aussi

Référence

Classe ChangeBatchBase
Membres ChangeBatchBase
Espace de noms Microsoft.Synchronization