Share via


ChangeBatchBase.BeginOrderedGroup Method

Opens an ordered group in the change batch. This group is ordered by item ID.

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

Syntax

'Declaration
Public Sub BeginOrderedGroup ( _
    itemId As SyncId _
)
'Usage
Dim instance As ChangeBatchBase
Dim itemId As SyncId

instance.BeginOrderedGroup(itemId)
public void BeginOrderedGroup (
    SyncId itemId
)
public:
void BeginOrderedGroup (
    SyncId^ itemId
)
public void BeginOrderedGroup (
    SyncId itemId
)
public function BeginOrderedGroup (
    itemId : SyncId
)

Parameters

  • itemId
    The closed lower bound of item IDs for this ordered group. To specify a lower bound of 0, use Zero.

Remarks

Item changes that are 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

ChangeBatchBase Class
ChangeBatchBase Members
Microsoft.Synchronization Namespace