ChangeBatch::EndUnorderedGroup Method

Closes a previously opened unordered group in the change batch.

Namespace:  Microsoft.Synchronization
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.

ExceptionCondition
ArgumentNullException

madeWithKnowledge is a nullptr.

ChangeBatchIsReadOnlyException

This ChangeBatch was serialized and has not been deserialized.

SyncInvalidOperationException

No unordered group was started.

Show: