PublishingEventArgs Constructor (PublishingProcessProgressStep, String, Int64, Int64)
Initializes a new instance of the PublishingEventArgs class.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Usage
Dim step As PublishingProcessProgressStep
Dim info As String
Dim current As Long
Dim upperBound As Long
Dim instance As New PublishingEventArgs(step, info, current, upperBound)
Syntax
'Declaration
Public Sub New ( _
step As PublishingProcessProgressStep, _
info As String, _
current As Long, _
upperBound As Long _
)
public PublishingEventArgs (
PublishingProcessProgressStep step,
string info,
long current,
long upperBound
)
public:
PublishingEventArgs (
PublishingProcessProgressStep step,
String^ info,
long long current,
long long upperBound
)
public PublishingEventArgs (
PublishingProcessProgressStep step,
String info,
long current,
long upperBound
)
public function PublishingEventArgs (
step : PublishingProcessProgressStep,
info : String,
current : long,
upperBound : long
)
Parameters
- step
The PublishingProcessProgressStep for this progress event
- info
Additional information related to the progress step for this event
- current
Current progress value
- upperBound
Upper Progress value, when the 'current' progress reaches this value the step is complete
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2
See Also
Reference
PublishingEventArgs Class
PublishingEventArgs Members
Microsoft.UpdateServices.Administration Namespace