UpdateServerConfigurationState Enumeration

 

Applies To: Windows Server Update Services

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)

Syntax

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum UpdateServerConfigurationState
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class UpdateServerConfigurationState
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type UpdateServerConfigurationState
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration UpdateServerConfigurationState

Members

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.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top