CleanupEventArgs Constructor (CleanupProcessProgressStep, String, Int64, Int64)

 

Applies To: Windows Server Update Services

Initializes a new instance of the CleanupEventArgs class.

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

Syntax

public CleanupEventArgs(
    CleanupProcessProgressStep step,
    string info,
    long current,
    long upperBound
)
public:
CleanupEventArgs(
    CleanupProcessProgressStep step,
    String^ info,
    long long current,
    long long upperBound
)
new : 
        step:CleanupProcessProgressStep *
        info:string *
        current:int64 *
        upperBound:int64 -> CleanupEventArgs
Public Sub New (
    step As CleanupProcessProgressStep,
    info As String,
    current As Long,
    upperBound As Long
)

Parameters

  • info
    Type: System.String

    Additional information related to the progress step for this event.

  • upperBound
    Type: System.Int64

    Upper Progress value, when the 'current' progress reaches this value the step is complete.

See Also

CleanupEventArgs Overload
CleanupEventArgs Class
Microsoft.UpdateServices.Administration Namespace

Return to top