ISyncFilter Interface

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

Syntax

interface ISyncFilter : IUnknown

Members

ISyncFilter method

Description

ISyncFilter::IsIdentical

Indicates whether the specified filter is the same as this filter.

ISyncFilter::Serialize

Serializes the filter to an array of bytes.

Remarks

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

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components