IDownstreamServer Members

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.

The following tables list the members exposed by the IDownstreamServer type.

Public Properties

  Name Description
public property FullDomainName Gets the full domain name of the downstream server.
public property Id Gets the GUID of the downstream server.
public property IsReplica Determines whether the downstream server is a replica server.
public property LastRollupTime Gets the UTC time that the downstream server last rolled up reporting data to this server.
public property LastSyncTime Gets the last UTC time the downstream server synchronized with this server.
public property ParentServerId Gets or sets the GUID of the upstream WSUS server with which the downstream server last synchronized.
public property SyncsFromDownstreamServer Determines whether the downstream server synchronizess from another downstream server or from the current server.
public property Version Gets the version of WSUS that is installed on the downstream server

Top

Public Methods

  Name Description
public method Delete Removes the downstream server from the list of downstream servers that are connected to the upstream WSUS server.
public method GetChildServers Gets the downstream servers that synchronize directly from this server.
public method GetHashCode Serves as a hash function for the current DownstreamServer, suitable for use in hashing algorithms and data structures, such as a hash table.
public method GetParentServer Gets the server from which this server last synchronized.
public method GetStatus Gets status information summarizing the current state of the server and its client computers.

Top

See Also

Reference

IDownstreamServer Interface
Microsoft.UpdateServices.Administration Namespace