SPPerformanceCategoryDefinition Constructor (String, IList<String>)
Initializes a new instance of the SPPerformanceCategoryDefinition class based on the categoryName and counterNames parameters.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
categoryName As String, _
counterNames As IList(Of String) _
)
'Usage
Dim categoryName As String
Dim counterNames As IList(Of String)
Dim instance As New SPPerformanceCategoryDefinition(categoryName, _
counterNames)
protected SPPerformanceCategoryDefinition(
string categoryName,
IList<string> counterNames
)
Parameters
- categoryName
Type: System.String
- counterNames
Type: System.Collections.Generic.IList<String>
See Also
Reference
SPPerformanceCategoryDefinition Class
SPPerformanceCategoryDefinition Members