Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Closes a previously opened unordered group in the change batch.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub EndUnorderedGroup ( _
madeWithKnowledge As SyncKnowledge, _
allChangeForKnowledgeIncluded As Boolean _
)
'Usage
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
)
Parameters
- madeWithKnowledge
The made-with knowledge for the changes that are contained in the group. Typically, this is the knowledge of the replica that made this group.
- allChangeForKnowledgeIncluded
true when all the changes contained in madeWithKnowledge are included in this change batch. Otherwise, false.
See Also
Reference
ChangeBatch Class
ChangeBatch Members
Microsoft.Synchronization Namespace