SynchronizationPhase

Defines constants that indicate the content that the downstream server is currently synchronizing with the upstream server.

Members

Member Description Value
Approvals The downstream server is currently synchronizing deployments with the upstream server. This phase occurs only on downstream replica servers. 2
NotProcessing The downstream server is currently not synchronizing updates or deployments with the upstream server. 0
Updates The downstream server is currently synchronizing updates with the upstream server. 1

Remarks

The Updates phase always occurs before the Approvals phase.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

SynchronizationProgress.SynchronizationPhase