Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 | |
|---|---|---|
![]() |
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.
.gif)