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