Share via


ChangeBatchBase.SetLastBatch Method

Sets a value that indicates that this is the last batch in the synchronization session.

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

Syntax

'Declaration
Public Sub SetLastBatch
'Usage
Dim instance As ChangeBatchBase

instance.SetLastBatch
public void SetLastBatch ()
public:
void SetLastBatch ()
public void SetLastBatch ()
public function SetLastBatch ()

Remarks

This method must be called on the last batch of changes sent by the source provider; otherwise, Sync Framework continues to request more change batches.

See Also

Reference

ChangeBatchBase Class
ChangeBatchBase Members
Microsoft.Synchronization Namespace