ICleanupManager Interface
Applies To: Windows Server Update Services
Represents the manager of the cleanup operation.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public interface ICleanupManager
public interface class ICleanupManager
type ICleanupManager = interface end
Public Interface ICleanupManager
Methods
Name | Description | |
---|---|---|
PerformCleanup(CleanupScope) | Performs the cleanup process. |
Events
Name | Description | |
---|---|---|
ProgressHandler | An event handler that monitors the progress of the cleanup operation. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top