ChangeBatch.EndUnorderedGroup Method
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