UnmanagedSyncProviderWrapper::GetSyncBatchParameters Method
Gets the requested batch size and current knowledge for the scope from the unmanaged provider.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: virtual void GetSyncBatchParameters( [OutAttribute] unsigned int% batchSize, [OutAttribute] SyncKnowledge^% knowledge ) override
Parameters
- batchSize
- Type: System::UInt32%
Returns the requested batch size.
- knowledge
- Type: Microsoft.Synchronization::SyncKnowledge%
Returns the current knowledge for the scope, or a newly created knowledge object when no current knowledge exists.
| Exception | Condition |
|---|---|
| InvalidOperationException | This UnmanagedSyncProviderWrapper object is not initialized. |
This method wraps the unmanaged IKnowledgeSyncProvider::GetSyncBatchParameters method.
Show: