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
value
Type: Microsoft.UpdateServices.Administration.IDownstreamServerThe IDownstreamServer to remove.
Exceptions
Exception
Condition
The downstream server does not exist in the collection.
value cannot be null.
See Also
RemoveāOverload
DownstreamServerCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top