CleanupProgressEventHandler Delegate
Applies To: Windows Server Update Services
The event handler that deals with cleanup progress.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public delegate void CleanupProgressEventHandler(
object sender,
CleanupEventArgs e
)
public delegate void CleanupProgressEventHandler(
Object^ sender,
CleanupEventArgs^ e
)
type CleanupProgressEventHandler =
delegate of
sender:Object *
e:CleanupEventArgs -> unit
Public Delegate Sub CleanupProgressEventHandler (
sender As Object,
e As CleanupEventArgs
)
Parameters
sender
Type: System.ObjectThe ICleanupManager that sent the progress notification.
e
Type: Microsoft.UpdateServices.Administration.CleanupEventArgsAn instance of CleanupEventArgs containing progress information.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top