RelationalSyncProvider::GetSyncBatchParameters Method
Gets the number of kilobytes of data that will be included in change batches, and the current knowledge for the synchronization scope.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: virtual void GetSyncBatchParameters( [OutAttribute] unsigned int% batchSize, [OutAttribute] SyncKnowledge^% knowledge ) override
Parameters
- batchSize
- Type: System::UInt32%
The number of kilobytes of data to synchronize in each change batch. This value is the same as the MemoryDataCacheSize property.
- knowledge
- Type: Microsoft.Synchronization::SyncKnowledge%
A SyncKnowledge object that contains the current knowledge for the synchronization scope.
| Exception | Condition |
|---|---|
| ObjectDisposedException | This RelationalSyncProvider is disposed. |
Show: