IDownstreamServer
Use this interface to retrieve the name of the downstream server or to remove the downstream server from the list of downstream servers that are connected to this WSUS server.
To retrieve this interface, call one of the following methods:
The IDownstreamServer interface is derived from the System.Object class.
Public Methods
The IDownstreamServer interface has the following public methods.
Method | Description |
---|---|
Delete() | Removes the downstream server from the list of downstream servers that are connected to this WSUS server. |
Equals(Object) | Determines if the specified Object is equal to the current Object. |
GetHashCode() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType() | Retrieves the Type of the current instance. |
ToString() | Retrieves a String that represents the current Object. |
Public Properties
The IDownstreamServer interface has the following public properties.
Property | Description |
---|---|
FullDomainName | Retrieves the full domain name of the downstream server. |
Id | Retrieves the unique identifier of the downstream server. |
LastSyncTime | Retrieves the last time the downstream server synchronized itself with this server. |
Requirements
Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
Namespace | Defined in Microsoft.UpdateServices.Administration. |
Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
.NET Framework | Requires .NET Framework 1.1. |