IProviderFilteredSyncServices Interface

Creates objects that are used by synchronization providers for filtered synchronization. Empty objects and objects that are initialized by using serialized data can be created.

Syntax

interface IProviderFilteredSyncServices : IProviderSyncServices

Members

IProviderFilteredSyncServices methods

Description

IProviderFilteredSyncServices::CreateFilterInfo

Creates an ISyncFilterInfo object that can be used by a source provider to communicate information about the filter that is used to control which changes are included in a change batch.

IProviderFilteredSyncServices::DeserializeFilterInfo

Creates an ISyncFilterInfo object and initializes it by using serialized data.

IProviderFilteredSyncServices::CreateFilteredEnumerationChangeBatch

Creates an ISyncChangeBatch object that contains filter information.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components