SynchronizationProgress Constructor

Initializes a new instance of the SynchronizationProgress class.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Usage

    Dim totalItems As Integer
Dim processedItems As Integer
Dim phase As SynchronizationPhase

Dim instance As New SynchronizationProgress(totalItems, processedItems, phase)

Syntax

'Declaration
Public Sub New ( _
    totalItems As Integer, _
    processedItems As Integer, _
    phase As SynchronizationPhase _
)
public SynchronizationProgress (
    int totalItems,
    int processedItems,
    SynchronizationPhase phase
)
public:
SynchronizationProgress (
    int totalItems, 
    int processedItems, 
    SynchronizationPhase phase
)
public SynchronizationProgress (
    int totalItems, 
    int processedItems, 
    SynchronizationPhase phase
)
public function SynchronizationProgress (
    totalItems : int, 
    processedItems : int, 
    phase : SynchronizationPhase
)

Parameters

  • totalItems
    Total number of updates or deployments to synchronize.
  • processedItems
    Number of updates or deployments that have been synchronized so far.
  • phase
    Identifies the content that the downstream server is currently synchronizing with the upstream server. For possible values, see SynchronizationPhase.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2

See Also

Reference

SynchronizationProgress Class
SynchronizationProgress Members
Microsoft.UpdateServices.Administration Namespace