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
System_CAPS_pubmethod CleanupEventArgs()

Initializes a new instance of the CleanupEventArgs class.

System_CAPS_pubmethod CleanupEventArgs(CleanupProcessProgressStep, String, Int64, Int64)

Initializes a new instance of the CleanupEventArgs class.

Properties

Name Description
System_CAPS_pubproperty CurrentProgress

Gets or sets the current progress value for the operation.

System_CAPS_pubproperty ProgressInfo

Gets or sets additional information about the cleanup event.

System_CAPS_pubproperty ProgressStep

Gets or sets the cleanup process progress step for this event.

System_CAPS_pubproperty UpperProgressBound

Gets or sets the upper bound of the progress value for this operation.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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