IKnowledgeSyncProvider Interface
IKnowledgeSyncProvider Interface

Represents a synchronization provider that uses knowledge to perform synchronization.

interface ISynchronousSyncProvider : ISynchronousDataProxy
Members

ISynchronousSyncProvider methods Description

IKnowledgeSyncProvider::BeginSession

Notifies the provider that it is joining a synchronization session.

IKnowledgeSyncProvider::GetSyncBatchParameters

Gets the number of item changes that will be included in change batches, and the current knowledge for the synchronization scope.

IKnowledgeSyncProvider::GetChangeBatch

Gets a change batch that contains item metadata for items that are not contained in the specified knowledge from the destination provider.

IKnowledgeSyncProvider::GetFullEnumerationChangeBatch

Gets a change batch that contains item metadata for items that have IDs greater than the specified lower bound, as part of a full enumeration.

IKnowledgeSyncProvider::ProcessChangeBatch

Processes a set of changes by detecting conflicts and applying changes to the item store.

IKnowledgeSyncProvider::ProcessFullEnumerationChangeBatch

Processes a set of changes for a full enumeration by applying changes to the item store.

IKnowledgeSyncProvider::EndSession

Notifies the provider that a synchronization session to which it was enlisted has finished.

Remarks

The first method that Sync Framework calls is BeginSession and the last method is EndSession. All other IKnowledgeSyncProvider methods are called between these two methods.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View