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
public interface IRequestFilteredSync
public interface IRequestFilteredSync

Remarks

IRequestFilteredSync is typically implemented by a destination provider.

See Also

Reference

IRequestFilteredSync Members
Microsoft.Synchronization Namespace
FilterRequestCallback Delegate
ISupportFilteredSync