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)
Syntax
'Declaration
Public Sub BeginUnorderedGroup
'Usage
Dim instance As ChangeBatch
instance.BeginUnorderedGroup
public void BeginUnorderedGroup ()
public:
void BeginUnorderedGroup ()
public void BeginUnorderedGroup ()
public function BeginUnorderedGroup ()
Remarks
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.
See Also
Reference
ChangeBatch Class
ChangeBatch Members
Microsoft.Synchronization Namespace