Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the update events in the collection to a one-dimensional array.
public void CopyTo(IUpdateEvent[]array,
Int32index);
Public Sub CopyTo( _
ByVal array() As IUpdateEvent, _
ByVal index As Int32 _
)
Parameters
- array
Array of IUpdateEvent instances found in the collection. - index
Zero-based index that specifies the location in the array at which to begin adding the update events.
Return Value
This method does not return a value.
Exceptions
| Exception type | Condition |
|---|---|
| System.ArgumentException | Can occur because of either of the following reasons:
|
| System.ArgumentNullException | array cannot be null. |
| System.ArgumentOutOfRangeException | array cannot be less than zero. |
Requirements
| Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
| Namespace | Defined in Microsoft.UpdateServices.Administration. |
| Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
| .NET Framework | Requires .NET Framework 1.1. |