Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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