CancelCleanup Method

Cancels a background cleanup operation, if necessary.

Syntax

public void CancelCleanup();
Public Sub CancelCleanup()

Remarks

This method cancels any cleanup operation currently being performed in the background. If no such operation is running, this method does nothing.

.NET Standard Notes

To call this method in an asynchronous manner call CancelCleanupAsync instead. When the method completes (or an error is encountered) the CancelCleanupCompleted event will fire.

 
 
Copyright (c) 2020 Callback Technologies, Inc. - All rights reserved.
CBFS Cache 2020 .NET Edition - Version 20.0 [Build 7647]