SPProgressUpdateEventArgs constructor (String, UInt32, UInt32)
Initializes a new instance of the SPProgressUpdateEventArgs class.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
feature As String, _
numSteps As UInteger, _
currentStep As UInteger _
)
'Usage
Dim feature As String
Dim numSteps As UInteger
Dim currentStep As UInteger
Dim instance As New SPProgressUpdateEventArgs(feature, _
numSteps, currentStep)
public SPProgressUpdateEventArgs(
string feature,
uint numSteps,
uint currentStep
)
Parameters
feature
Type: System.StringA string describing the feature that is being upgraded.
numSteps
Type: System.UInt32A 32-bit unsigned integer that specifies the number of steps involved in the current upgrade sequence.
currentStep
Type: System.UInt32A 32-bit unsigned integer that specifies the number of the step that is currently being executed by the upgrade sequence.
See also
Reference
SPProgressUpdateEventArgs class
SPProgressUpdateEventArgs members