RequestTrackedFilterCallback Delegate

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

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public delegate bool RequestTrackedFilterCallback(
	ISyncFilter filter
)

Parameters

filter
Type: Microsoft.Synchronization.ISyncFilter
A filter that is tracked by the destination replica.

Return Value

Type: System.Boolean
true when the source provider tracks filter. Otherwise, false.

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: