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)

Syntax

'Declaration
Public Interface IRequestFilteredSync
'Usage
Dim instance As IRequestFilteredSync
public interface IRequestFilteredSync
public interface class IRequestFilteredSync
type IRequestFilteredSync =  interface end
public interface IRequestFilteredSync

The IRequestFilteredSync type exposes the following members.

Methods

  Name Description
Public method SpecifyFilter When overridden in a derived class, negotiates which filter is used by the source provider during change enumeration.

Top

Remarks

IRequestFilteredSync is typically implemented by a destination provider.

See Also

Reference

Microsoft.Synchronization Namespace

FilterRequestCallback

ISupportFilteredSync