Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets a flag that indicates there are no more changes to be enumerated in the synchronization session.
HRESULT SetLastBatch();
Parameters
None
Return Value
- S_OK
Remarks
When returning a change batch in response to the IKnowledgeSyncProvider::GetChangeBatch method, the source provider must call SetLastBatch if the change batch is the last batch of changes. Otherwise, Sync Framework calls GetChangeBatch again to retrieve another batch of changes.