SynchronizationResult Enumeration

 

Applies To: Windows Server Update Services

Defines constants that indicate the result of the synchronization process.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

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

Members

Member name Description
Canceled

The synchronization process has been canceled.

Failed

The synchronization process has failed.

NeverRun

The synchronization process has never run.

Succeeded

The synchronization process has successfully completed.

Unknown

The synchronization process has ended for an unknown reason.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top