ISyncChangeBatchBase::SetLastBatch

Sets a flag that indicates there are no more changes to be enumerated in the synchronization session.


HRESULT SetLastBatch();

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.

Show: