SPGeneralPerformanceCategoryDefinition-Konstruktor (String, IList<String>, Boolean)
Initialisiert eine neue Instanz der Klasse SPGeneralPerformanceCategoryDefinition basierend auf der categoryName, counterNamesund monitorAllInstances -Parameter.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
categoryName As String, _
counterNames As IList(Of String), _
monitorAllInstances As Boolean _
)
'Usage
Dim categoryName As String
Dim counterNames As IList(Of String)
Dim monitorAllInstances As Boolean
Dim instance As New SPGeneralPerformanceCategoryDefinition(categoryName, _
counterNames, monitorAllInstances)
public SPGeneralPerformanceCategoryDefinition(
string categoryName,
IList<string> counterNames,
bool monitorAllInstances
)
Parameter
- categoryName
Typ: System.String
- counterNames
Typ: System.Collections.Generic.IList<String>
- monitorAllInstances
Typ: System.Boolean
Siehe auch
Referenz
SPGeneralPerformanceCategoryDefinition Klasse
SPGeneralPerformanceCategoryDefinition-Member