SPSystemPerformanceMonitorCollection.Add method
Adds the specified monitor to the collection.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Add ( _
monitor As SPSystemPerformanceMonitor _
)
'Usage
Dim instance As SPSystemPerformanceMonitorCollection
Dim monitor As SPSystemPerformanceMonitor
instance.Add(monitor)
public void Add(
SPSystemPerformanceMonitor monitor
)
Parameters
monitor
Type: Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorThe monitor that is added.
See also
Reference
SPSystemPerformanceMonitorCollection class