ISubscription.GetSynchronizationStatus Method ()
Applies To: Windows Server Update Services
Gets the status of the synchronization process.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
SynchronizationStatus GetSynchronizationStatus()
SynchronizationStatus GetSynchronizationStatus()
abstract GetSynchronizationStatus : unit -> SynchronizationStatus
Function GetSynchronizationStatus As SynchronizationStatus
Return Value
Type: Microsoft.UpdateServices.Administration.SynchronizationStatus
The status of the synchronization process (whether the synchronization is currently running, not running, or in the process of stopping). For details of the possible status values, see SynchronizationStatus.
See Also
ISubscription Interface
Microsoft.UpdateServices.Administration Namespace
Return to top