ISyncFilter Interface

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
Public method IsIdentical When overridden in a derived class, indicates whether the specified filter is the same as this filter.
Public method 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.

See Also

Reference

Microsoft.Synchronization Namespace