SPSystemPerformanceMonitorCollection.RemoveAt method
Removes the monitor at the specified index of the collection.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub RemoveAt ( _
index As Integer _
)
'Usage
Dim instance As SPSystemPerformanceMonitorCollection
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt(
int index
)
Parameters
index
Type: System.Int32The zero-based index of the monitor to remove.
See also
Reference
SPSystemPerformanceMonitorCollection class