Compartilhar via


SPSystemPerformanceMonitorCollection.RemoveAt Method

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.Int32

    The zero-based index of the monitor to remove.

See Also

Reference

SPSystemPerformanceMonitorCollection Class

SPSystemPerformanceMonitorCollection Members

Microsoft.SharePoint.Utilities Namespace