ChangeBatch::BeginUnorderedGroup Method
Opens an unordered group in the change batch. Item changes in this group can be in any order.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| 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. |
Show: