SynchronizationPhase Enumeration
Applies To: Windows Server Update Services
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)
Syntax
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum SynchronizationPhase
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class SynchronizationPhase
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type SynchronizationPhase
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration SynchronizationPhase
Members
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. |
Remarks
The Updates phase always occurs before the Approvals phase.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top