RelationalSyncProvider::GetFullEnumerationChangeBatch Method
Gets a batch of changes to synchronize when given batch size, lower bound, knowledge, and change data retriever parameters.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: virtual FullEnumerationChangeBatch^ GetFullEnumerationChangeBatch( unsigned int batchSize, SyncId^ lowerEnumerationBound, SyncKnowledge^ knowledgeForDataRetrieval, [OutAttribute] Object^% changeDataRetriever ) override
Parameters
- batchSize
- Type: System::UInt32
The number of changes to synchronize in each change batch.
- lowerEnumerationBound
- Type: Microsoft.Synchronization::SyncId
The point at which to start enumerating the batch of changes.
- knowledgeForDataRetrieval
- Type: Microsoft.Synchronization::SyncKnowledge
A SyncKnowledge object that contains the knowledge a provider has about the remote store at which changes are applied.
- changeDataRetriever
- Type: System::Object%
The object that will be used to retrieve the modified data.
Return Value
Type: Microsoft.Synchronization::FullEnumerationChangeBatchA ChangeBatch object that contains the batch of changes to be synchronized.
Show: