IFilterTrackingRequestCallback Interface

Represents an object a destination provider can use to inform the source provider of filters that are tracked by the destination replica.

interface IFilterTrackingRequestCallback : IUnknown

Members

IFilterTrackingRequestCallback method Description

IFilterTrackingRequestCallback::RequestTrackedFilter

Informs the source provider of a filter that is tracked by the destination replica.

Remarks

A destination provider uses an IFilterTrackingRequestCallback object in its implementation of IFilterTrackingProvider::SpecifyTrackedFilters, to inform the source provider of filters that are tracked by the destination replica.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components