WsusCollection.AddRange Method (WsusCollection)

 

Applies To: Windows Server Update Services

Adds the items in the specified SusCollectionBase to the end of this collection.

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

Syntax

protected void AddRange(
    WsusCollection value
)
protected:
void AddRange(
    WsusCollection^ value
)
member AddRange : 
        value:WsusCollection -> unit
Protected Sub AddRange (
    value As WsusCollection
)

Parameters

Exceptions

Exception

Condition

ArgumentNullException

value is null, or if any of the elements of value are null.

ArgumentException

value contains elements which are null or who's addition will cause a duplicate in the collection.

See Also

AddRange Overload
WsusCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top