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 | |
---|---|---|
FullDomainName | Gets the full domain name of the downstream server. |
|
Id | Gets the GUID of the downstream server. |
|
IsReplica | Determines whether the downstream server is a replica server. |
|
LastRollupTime | Gets the UTC time that the downstream server last rolled up reporting data to this server. |
|
LastSyncTime | Gets the last UTC time the downstream server synchronized with this server. |
|
ParentServerId | Gets or sets the GUID of the upstream WSUS server with which the downstream server last synchronized. |
|
SyncsFromDownstreamServer | Determines whether the downstream server synchronizess from another downstream server or from the current server. |
|
Version | Gets the version of WSUS that is installed on the downstream server |
Methods
Name | Description | |
---|---|---|
Delete() | Removes the downstream server from the list of downstream servers that are connected to the upstream WSUS server. |
|
GetChildServers() | Gets the downstream servers that synchronize directly from this server. |
|
GetHashCode() | Serves as a hash function for the current DownstreamServer, suitable for use in hashing algorithms and data structures, such as a hash table. |
|
GetParentServer() | Gets the server from which this server last synchronized. |
|
GetStatus() | Gets status information summarizing the current state of the server and its client computers. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top