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 the result of the synchronization process.
Members
| Member | Description | Value |
|---|---|---|
| Canceled | The synchronization process has been canceled. | 3 |
| Failed | The synchronization process has failed. | 2 |
| NeverRun | The synchronization process has never run. | 0 |
| Succeeded | The synchronization process has successfully completed. | 1 |
| Unknown | The synchronization process has ended for an unknown reason. | 4 |
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. |