UpdateEventCollection.CopyTo Method
Applies To: Windows Server Update Services
Copies the entire collection of values to a one-dimensional array.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Overload List
Name | Description | |
---|---|---|
CopyTo(Array, Int32) | Copies the entire collection of values to a one-dimensional array, starting at the specified index of the target array.(Inherited from WsusCollection.) |
|
CopyTo(IUpdateEvent[], Int32) | Copies the update events in the collection to a one-dimensional array. |
See Also
UpdateEventCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top