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 | |
---|---|---|
DeleteDetector | Initializes a new instance of the DeleteDetector class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
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. | |
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. | |
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. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MarkAllItemsUnreported | When overridden in a derived class, resets DeleteDetector by marking all items as unreported. | |
ReferenceEquals | (Inherited from Object.) | |
ReportLiveItemById | When overridden in a derived class, reports that the specified item is active and should not be considered deleted. | |
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. | |
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. | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
DeleteDetector Class
Microsoft.Synchronization.MetadataStorage Namespace