Condividi tramite


ISyncChangeBatchBase::SetLastBatch

Imposta un flag che indica che le modifiche da enumerare nella sessione di sincronizzazione sono terminate.

HRESULT SetLastBatch();

Parametri

Nessuno

Valore restituito

  • S_OK

Osservazioni

Quando viene restituito un batch di modifiche in risposta al metodo IKnowledgeSyncProvider::GetChangeBatch, il provider di origine deve chiamare SetLastBatch se il batch di modifiche è l'ultimo. In caso contrario, Sync Framework chiama nuovamente GetChangeBatch per recuperare un altro batch di modifiche.

Vedere anche

Riferimento

Interfaccia ISyncChangeBatchBase