ISyncFilter Interface

When overridden by a derived class, represents a custom filter.

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

'Declaration
Public Interface ISyncFilter
'Usage
Dim instance As ISyncFilter

The ISyncFilter type exposes the following members.

  NameDescription
Public methodIsIdenticalWhen overridden in a derived class, indicates whether the specified filter is the same as this filter.
Public methodSerializeWhen overridden by a derived class, serializes the filter to an array of bytes.
Top

ISyncFilter is typically implemented by a provider that represents a filtered replica.

Show: