SynchronizationPhase Enumeration
Defines constants that indicate the content that the downstream server is currently synchronizing with the upstream server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum SynchronizationPhase
SerializableAttribute ComVisibleAttribute(true) public enum SynchronizationPhase
| Member name | Description |
|---|---|
| Approvals | The downstream server is currently synchronizing deployments with the upstream server. This phase occurs only on downstream replica servers (IsReplicaServer). |
| Categories | Subscription is running and processing categories |
| NotProcessing | The downstream server is currently not synchronizing updates or deployments with the upstream server. |
| Updates | The downstream server is currently synchronizing updates with the upstream server. |
The Updates phase always occurs before the Approvals phase.
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2