UpdateServerConfigurationState Enumeration
Defines constants that indicate if the WSUS database is ready to save changes.
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)
[SerializableAttribute] [ComVisibleAttribute(true)] public enum UpdateServerConfigurationState
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum UpdateServerConfigurationState
SerializableAttribute ComVisibleAttribute(true) public enum UpdateServerConfigurationState
| Member name | Description |
|---|---|
| ProcessingSave | The database is currently processing another save request at this time and cannot support your request. |
| Ready | The database is available to process requests. You should check for this value before calling Save. |
| SynchronizationInProgress | The database is currently synchronizing update information at this time and cannot support your request. |
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2