ChangeBatch::BeginUnorderedGroup Method

Opens an unordered group in the change batch. Item changes in this group can be in any order.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
void BeginUnorderedGroup()

ExceptionCondition
ObjectDisposedException

This ChangeBatch has already been disposed.

SyncInvalidOperationException

The change batch contains a group that was started but not ended.

ChangeBatchIsReadOnlyException

The change batch has already been sent to a change applier or synchronization session. Changes cannot be added to the batch after it has been sent.

Item changes added to the change batch after this method is called are added to the open group.

Item changes cannot be added to the change batch until a group is opened.

Show: