DownstreamServerCollection.Remove Method (IDownstreamServer)

 

Applies To: Windows Server Update Services

Removes the downstream server from the collection.

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

Syntax

public void Remove(
    IDownstreamServer value
)
public:
void Remove(
    IDownstreamServer^ value
)
member Remove : 
        value:IDownstreamServer -> unit
Public Sub Remove (
    value As IDownstreamServer
)

Parameters

Exceptions

Exception

Condition

ArgumentException

The downstream server does not exist in the collection.

ArgumentNullException

value cannot be null.

See Also

Removeā€‚Overload
DownstreamServerCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top