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)
Available in Sandboxed Solutions: No

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