IRequestFilteredSync Interface

When implemented by a derived class, represents a destination provider that can specify a filter to be used by the source provider during change enumeration.

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

public interface IRequestFilteredSync

The IRequestFilteredSync type exposes the following members.

  NameDescription
Public methodSpecifyFilterWhen overridden in a derived class, negotiates which filter is used by the source provider during change enumeration.
Top

IRequestFilteredSync is typically implemented by a destination provider.

Show: