RequestTrackedFilterCallback Delegate
Informs the source provider of a filter that is tracked by the destination replica.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- filter
- Type: Microsoft.Synchronization.ISyncFilter
A filter that is tracked by the destination replica.
A destination provider calls RequestTrackedFilterCallback one time for each filter that is tracked by the destination replica. The handler for RequestTrackedFilterCallback passes the specified filter to the TryAddTrackedFilter method of the source provider.
Show: