UpdateEventCollection.AddRange Method (UpdateEventCollection)
Applies To: Windows Server Update Services
Adds the members of an update event collection to the end of the collection.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public void AddRange(
UpdateEventCollection value
)
public:
void AddRange(
UpdateEventCollection^ value
)
member AddRange :
value:UpdateEventCollection -> unit
Public Sub AddRange (
value As UpdateEventCollection
)
Parameters
value
Type: Microsoft.UpdateServices.Administration.UpdateEventCollectionAn UpdateEventCollection collection of update events to add.
Exceptions
Exception
Condition
One or more members of the collection to add already exist in this collection.
value cannot be null.
See Also
AddRange Overload
UpdateEventCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top