SynchronizationProgress Constructor (Int32, Int32, SynchronizationPhase)
Applies To: Windows Server Update Services
Initializes a new instance of the SynchronizationProgress class.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public SynchronizationProgress(
int totalItems,
int processedItems,
SynchronizationPhase phase
)
public:
SynchronizationProgress(
int totalItems,
int processedItems,
SynchronizationPhase phase
)
new :
totalItems:int *
processedItems:int *
phase:SynchronizationPhase -> SynchronizationProgress
Public Sub New (
totalItems As Integer,
processedItems As Integer,
phase As SynchronizationPhase
)
Parameters
totalItems
Type: System.Int32Total number of updates or deployments to synchronize.
processedItems
Type: System.Int32Number of updates or deployments that have been synchronized so far.
phase
Type: Microsoft.UpdateServices.Administration.SynchronizationPhaseIdentifies the content that the downstream server is currently synchronizing with the upstream server. For possible values, see SynchronizationPhase.
See Also
SynchronizationProgress Class
Microsoft.UpdateServices.Administration Namespace
Return to top