UpdateSummaryCollection.AddRange Method (UpdateSummaryCollection)

 

Applies To: Windows Server Update Services

Adds the members of an update summary information collection to the end of this collection.

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

Syntax

public void AddRange(
    UpdateSummaryCollection value
)
public:
void AddRange(
    UpdateSummaryCollection^ value
)
member AddRange : 
        value:UpdateSummaryCollection -> unit
Public Sub AddRange (
    value As UpdateSummaryCollection
)

Parameters

Exceptions

Exception

Condition

ArgumentException

One or more members of the collection to add already exist in this collection.

ArgumentNullException

value cannot be null.

See Also

AddRange Overload
UpdateSummaryCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top