IUpdateServer.GetSynchronizationInfo Method (Guid)

 

Applies To: Windows Server Update Services

Gets information that is related to a specific synchronization process.

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

Syntax

ISynchronizationInfo GetSynchronizationInfo(
    Guid id
)
ISynchronizationInfo^ GetSynchronizationInfo(
    Guid id
)
abstract GetSynchronizationInfo : 
        id:Guid -> ISynchronizationInfo
Function GetSynchronizationInfo (
    id As Guid
) As ISynchronizationInfo

Parameters

  • id
    Type: System.Guid

    Identifies the synchronization information to get.

Return Value

Type: Microsoft.UpdateServices.Administration.ISynchronizationInfo

An ISynchronizationInfo that you use to determine when the process started and ended, if the process was successful, and list any errors that occurred.

Exceptions

Exception

Condition

WsusObjectNotFoundException

Unable to find synchronization information with the given identifier.

See Also

IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top