Méthode ChangeBatch.EndUnorderedGroup
Ferme un groupe non 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 EndUnorderedGroup ( _
madeWithKnowledge As SyncKnowledge, _
allChangeForKnowledgeIncluded As Boolean _
)
'Utilisation
Dim instance As ChangeBatch
Dim madeWithKnowledge As SyncKnowledge
Dim allChangeForKnowledgeIncluded As Boolean
instance.EndUnorderedGroup(madeWithKnowledge, allChangeForKnowledgeIncluded)
public void EndUnorderedGroup (
SyncKnowledge madeWithKnowledge,
bool allChangeForKnowledgeIncluded
)
public:
void EndUnorderedGroup (
SyncKnowledge^ madeWithKnowledge,
bool allChangeForKnowledgeIncluded
)
public void EndUnorderedGroup (
SyncKnowledge madeWithKnowledge,
boolean allChangeForKnowledgeIncluded
)
public function EndUnorderedGroup (
madeWithKnowledge : SyncKnowledge,
allChangeForKnowledgeIncluded : boolean
)
Paramètres
- madeWithKnowledge
Connaissance associée aux modifications contenues dans le groupe. En règle générale, il s'agit de la connaissance du réplica qui a composé ce groupe.
- allChangeForKnowledgeIncluded
true lorsque toutes les modifications contenues dans madeWithKnowledge sont incluses dans ce lot de modifications ; sinon, false.
Voir aussi
Référence
Classe ChangeBatch
Membres ChangeBatch
Espace de noms Microsoft.Synchronization