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 synchronization process is currently running.
Members
| Member | Description | Value |
|---|---|---|
| NotProcessing | The synchronization process is not running. | 0 |
| Running | The synchronization process is running. | 1 |
| Stopping | The synchronization process is stopping. Stopping occurs when the process ends normally, ISubscription.StopSynchronization is called, or a synchronization error has occurred. | 2 |
Remarks
The synchronization process transitions from Running to Stopping to NotProcessing. All synchronization events are not available until the status is NotProcessing.
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
ISubscription.GetSynchronizationStatus()
SynchronizationResult