UnmanagedSyncProviderWrapper::GetSyncBatchParameters Method

Gets the requested batch size and current knowledge for the scope from the unmanaged provider.

Namespace:  Microsoft.Synchronization
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.

ExceptionCondition
InvalidOperationException

This UnmanagedSyncProviderWrapper object is not initialized.

This method wraps the unmanaged IKnowledgeSyncProvider::GetSyncBatchParameters method.

Show: