Share via


SPSystemPerformanceMonitorCollection.AddRange method

Appends the specified collection of monitors to the end of the current collection.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub AddRange ( _
    collection As SPSystemPerformanceMonitorCollection _
)
'Usage
Dim instance As SPSystemPerformanceMonitorCollection
Dim collection As SPSystemPerformanceMonitorCollection

instance.AddRange(collection)
public void AddRange(
    SPSystemPerformanceMonitorCollection collection
)

Parameters

See also

Reference

SPSystemPerformanceMonitorCollection class

SPSystemPerformanceMonitorCollection members

Microsoft.SharePoint.Utilities namespace