IUpdateServer.GetDownstreamServer Method (Guid)

 

Applies To: Windows Server Update Services

Get the downstream server corresponding to the supplied ID.

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

Syntax

IDownstreamServer GetDownstreamServer(
    Guid id
)
IDownstreamServer^ GetDownstreamServer(
    Guid id
)
abstract GetDownstreamServer : 
        id:Guid -> IDownstreamServer
Function GetDownstreamServer (
    id As Guid
) As IDownstreamServer

Parameters

  • id
    Type: System.Guid

    GUID of the requested downstream server.

Return Value

Type: Microsoft.UpdateServices.Administration.IDownstreamServer

The IDownstreamServer corresponding to the specified GUID.

Exceptions

Exception

Condition

WsusObjectNotFoundException

A downstream server with the specified GUID could not be found.

See Also

IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top