Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines constants that indicate if the WSUS database is ready to save changes.
Members
| Member | Description | Value |
|---|---|---|
| ProcessingSave | The database is currently processing another save request at this time and cannot support your request. | 1 |
| Ready | The database is available to process requests. You should check for this value before calling IUpdateServerConfiguration.Save. | 0 |
| SynchronizationInProgress | The database is currently synchronizing update information at this time and cannot support your request. | 2 |
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
IUpdateServerConfiguration.GetUpdateServerConfigurationState