Share via


ChangeBatchBase.EndOrderedGroup Method

Closes a previously opened ordered group in the change batch.

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

Syntax

'Declaration
Public Sub EndOrderedGroup ( _
    itemId As SyncId, _
    madeWithKnowledge As SyncKnowledge _
)
'Usage
Dim instance As ChangeBatchBase
Dim itemId As SyncId
Dim madeWithKnowledge As SyncKnowledge

instance.EndOrderedGroup(itemId, madeWithKnowledge)
public void EndOrderedGroup (
    SyncId itemId,
    SyncKnowledge madeWithKnowledge
)
public:
void EndOrderedGroup (
    SyncId^ itemId, 
    SyncKnowledge^ madeWithKnowledge
)
public void EndOrderedGroup (
    SyncId itemId, 
    SyncKnowledge madeWithKnowledge
)
public function EndOrderedGroup (
    itemId : SyncId, 
    madeWithKnowledge : SyncKnowledge
)

Parameters

  • itemId
    The closed upper bound of item IDs for this ordered group. To specify an upper bound of infinity, use Infinity.
  • madeWithKnowledge
    The knowledge of the replica that made this group.

Remarks

After a group is closed, item changes can no longer be added to the change batch until a new group is opened.

See Also

Reference

ChangeBatchBase Class
ChangeBatchBase Members
Microsoft.Synchronization Namespace