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
System_CAPS_protmethod 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.)

System_CAPS_pubmethod 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