CleanupEventArgs Class
Applies To: Windows Server Update Services
Defines the arguments containing information specific to the cleanup event.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.UpdateServices.Administration.CleanupEventArgs
Syntax
public class CleanupEventArgs : EventArgs
public ref class CleanupEventArgs : EventArgs
type CleanupEventArgs =
class
inherit EventArgs
end
Public Class CleanupEventArgs
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
CleanupEventArgs() | Initializes a new instance of the CleanupEventArgs class. |
|
CleanupEventArgs(CleanupProcessProgressStep, String, Int64, Int64) | Initializes a new instance of the CleanupEventArgs class. |
Properties
Name | Description | |
---|---|---|
CurrentProgress | Gets or sets the current progress value for the operation. |
|
ProgressInfo | Gets or sets additional information about the cleanup event. |
|
ProgressStep | Gets or sets the cleanup process progress step for this event. |
|
UpperProgressBound | Gets or sets the upper bound of the progress value for this operation. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top