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.Int32

    Total number of updates or deployments to synchronize.

  • processedItems
    Type: System.Int32

    Number of updates or deployments that have been synchronized so far.

See Also

SynchronizationProgress Class
Microsoft.UpdateServices.Administration Namespace

Return to top