Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the monitor at the specified index of the collection.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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