DeleteDetector.MarkAllItemsUnreported Method
When overridden in a derived class, resets DeleteDetector by marking all items as unreported.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
Syntax
'Declaration
Public MustOverride Sub MarkAllItemsUnreported
'Usage
Dim instance As DeleteDetector
instance.MarkAllItemsUnreported()
public abstract void MarkAllItemsUnreported()
public:
virtual void MarkAllItemsUnreported() abstract
abstract MarkAllItemsUnreported : unit -> unit
public abstract function MarkAllItemsUnreported()
Remarks
This method resets the state of the DeleteDetector object for additional delete detection passes.