PublishingEventArgs Constructor (PublishingProcessProgressStep, String, Int64, Int64)
Applies To: Windows Server Update Services
Initializes a new instance of the PublishingEventArgs class.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public PublishingEventArgs(
PublishingProcessProgressStep step,
string info,
long current,
long upperBound
)
public:
PublishingEventArgs(
PublishingProcessProgressStep step,
String^ info,
long long current,
long long upperBound
)
new :
step:PublishingProcessProgressStep *
info:string *
current:int64 *
upperBound:int64 -> PublishingEventArgs
Public Sub New (
step As PublishingProcessProgressStep,
info As String,
current As Long,
upperBound As Long
)
Parameters
step
Type: Microsoft.UpdateServices.Administration.PublishingProcessProgressStepThe PublishingProcessProgressStep for this progress 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
PublishingEventArgs Overload
PublishingEventArgs Class
Microsoft.UpdateServices.Administration Namespace
Return to top