ISupportFilteredSync Interface

When implemented by a derived class, represents a source provider that supports filtered change enumeration and that can negotiate the type of filter used.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
Public Interface ISupportFilteredSync
'Usage
Dim instance As ISupportFilteredSync

The ISupportFilteredSync type exposes the following members.

  NameDescription
Public methodTryAddFilterWhen overridden in a derived class, sets the filter that is used for change enumeration by the source provider.
Top

ISupportFilteredSync is typically implemented by a source provider.

Show: