DeleteDetector Members

When implemented by a derived class, DeleteDetector determines which items were deleted from a replica. These items must be marked as deleted in the metadata store.

The following tables list the members exposed by the DeleteDetector type.

Protected Constructors

  Name Description
Protected method DeleteDetector Initializes a new instance of the DeleteDetector class.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method FindUnreportedItems When overridden in a derived class, returns a list of items that are not currently marked as active in the metadata store and that are not already marked as deleted.
Public method FindUnreportedItemsByIndexedField When overridden in a derived class, returns a list of items that have the specified indexed field value and are not currently marked as active in the metadata store and that are not already marked as deleted.
Public method FindUnreportedItemsByIndexedFields When overridden in a derived class, returns a list of items that have the specified set of indexed field values and are not currently marked as active in the metadata store and that are not already marked as deleted.
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method MarkAllItemsUnreported When overridden in a derived class, resets DeleteDetector by marking all items as unreported.
Public method Bb903648.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ReportLiveItemById When overridden in a derived class, reports that the specified item is active and should not be considered deleted.
Public method ReportLiveItemByIndexedField When overridden in a derived class, reports that the item that is identified by the indexed field value is active and should not be considered deleted.
Public method ReportLiveItemByIndexedFields When overridden in a derived class, reports that the item identified by the specified set of indexed field values is active and should not be considered deleted.
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

DeleteDetector Class
Microsoft.Synchronization.MetadataStorage Namespace

Concepts

Detecting Deleted Items