SimpleSyncServices::CleanupDeletedItems Method

Calls a cleanup operation to remove from the metadata store any metadata that is associated with deleted items.

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

public:
void CleanupDeletedItems(
	TimeSpan cleanupInterval
)

Parameters

cleanupInterval
Type: System::TimeSpan
Cleanup runs in the metadata store if cleanUpInterval is less than the elapsed time since the last cleanup. If you specify 0, cleanup runs regardless of when cleanup last ran.

Make sure that all replicas have received deleted items before calling cleanup for those items.

Show: