Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / EventMetricValueDefinitionCollection Class / CopyTo Method
The array to copy into
The index to start inserting at

In This Topic
    CopyTo Method (EventMetricValueDefinitionCollection)
    In This Topic
    Copy the current list of event metric value definitions into the provided array starting at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub CopyTo( _
       ByVal array() As IEventMetricValueDefinition, _
       ByVal arrayIndex As Integer _
    ) 
    public void CopyTo( 
       IEventMetricValueDefinition[] array,
       int arrayIndex
    )

    Parameters

    array
    The array to copy into
    arrayIndex
    The index to start inserting at
    Remarks
    The array must be large enough to handle the entire contents of this dictionary starting at the provided array index.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also