IFilterTrackingProvider::SpecifyTrackedFilters
When overridden in a derived class, specifies the filters that are tracked by the destination replica.
Sync Framework calls SpecifyTrackedFilters on the destination provider, to determine which filters are tracked by the destination replica. The destination provider must call the IFilterTrackingRequestCallback::RequestTrackedFilter method of pCallback one time for each filter that is tracked by the destination replica. During processing of IFilterTrackingRequestCallback::RequestTrackedFilter, Sync Framework passes the specified filter to the IFilterTrackingProvider::AddTrackedFilter method of the source provider.
Show: