IDownstreamServer Interface

 

Applies To: Windows Server Update Services

Use this interface to retrieve the name of the downstream server or to remove the downstream server from the list of downstream servers connected to this WSUS server.

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

Syntax

public interface IDownstreamServer
public interface class IDownstreamServer
type IDownstreamServer = interface end
Public Interface IDownstreamServer

Properties

Name Description
System_CAPS_pubproperty FullDomainName

Gets the full domain name of the downstream server.

System_CAPS_pubproperty Id

Gets the GUID of the downstream server.

System_CAPS_pubproperty IsReplica

Determines whether the downstream server is a replica server.

System_CAPS_pubproperty LastRollupTime

Gets the UTC time that the downstream server last rolled up reporting data to this server.

System_CAPS_pubproperty LastSyncTime

Gets the last UTC time the downstream server synchronized with this server.

System_CAPS_pubproperty ParentServerId

Gets or sets the GUID of the upstream WSUS server with which the downstream server last synchronized.

System_CAPS_pubproperty SyncsFromDownstreamServer

Determines whether the downstream server synchronizess from another downstream server or from the current server.

System_CAPS_pubproperty Version

Gets the version of WSUS that is installed on the downstream server

Methods

Name Description
System_CAPS_pubmethod Delete()

Removes the downstream server from the list of downstream servers that are connected to the upstream WSUS server.

System_CAPS_pubmethod GetChildServers()

Gets the downstream servers that synchronize directly from this server.

System_CAPS_pubmethod GetHashCode()

Serves as a hash function for the current DownstreamServer, suitable for use in hashing algorithms and data structures, such as a hash table.

System_CAPS_pubmethod GetParentServer()

Gets the server from which this server last synchronized.

System_CAPS_pubmethod GetStatus()

Gets status information summarizing the current state of the server and its client computers.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top