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 overridden by a derived class, represents a custom filter.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Interface ISyncFilter
'Usage
Dim instance As ISyncFilter
public interface ISyncFilter
public interface class ISyncFilter
type ISyncFilter = interface end
public interface ISyncFilter
The ISyncFilter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
IsIdentical | When overridden in a derived class, indicates whether the specified filter is the same as this filter. |
![]() |
Serialize | When overridden by a derived class, serializes the filter to an array of bytes. |
Top
Remarks
ISyncFilter is typically implemented by a provider that represents a filtered replica.
.gif)