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
step
Type: Microsoft.UpdateServices.Administration.CleanupProcessProgressStepThe CleanupProcessProgressStep for this event.
info
Type: System.StringAdditional information related to the progress step for this event.
current
Type: System.Int64Current progress value.
upperBound
Type: System.Int64Upper 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