ICleanupManager.ProgressHandler Event

 

Applies To: Windows Server Update Services

An event handler that monitors the progress of the cleanup operation.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

event CleanupProgressEventHandler ProgressHandler
event CleanupProgressEventHandler^ ProgressHandler {
    void add(CleanupProgressEventHandler^ value);
    void remove(CleanupProgressEventHandler^ value);
}
abstract ProgressHandler : IEvent<CleanupProgressEventHandler,
    CleanupEventArgs>
Event ProgressHandler As CleanupProgressEventHandler

See Also

ICleanupManager Interface
Microsoft.UpdateServices.Administration Namespace

Return to top