ChangeBatch::EndUnorderedGroup Method
Closes a previously opened unordered group in the change batch.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: void EndUnorderedGroup( SyncKnowledge^ madeWithKnowledge, bool allChangeForKnowledgeIncluded )
Parameters
- madeWithKnowledge
- Type: Microsoft.Synchronization::SyncKnowledge
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
- Type: System::Boolean
true when all the changes contained in madeWithKnowledge are included in this change batch. Otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | madeWithKnowledge is a nullptr. |
| ChangeBatchIsReadOnlyException | This ChangeBatch was serialized and has not been deserialized. |
| SyncInvalidOperationException | No unordered group was started. |
Show: