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
collection
Type: Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollectionThe collection that is appended.
See also
Reference
SPSystemPerformanceMonitorCollection class