SPPerformanceCategoryDefinition class
Stores information about a set of performance counters in a set categoryand provides methods for normalizing counter information.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Diagnostics.SPPerformanceCategoryDefinition
Microsoft.SharePoint.Diagnostics.SPGeneralPerformanceCategoryDefinition
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("8E8A42A7-A4F4-475b-83B6-DBF2611C5A76")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPPerformanceCategoryDefinition _
Inherits SPAutoSerializingObject
'Usage
Dim instance As SPPerformanceCategoryDefinition
[GuidAttribute("8E8A42A7-A4F4-475b-83B6-DBF2611C5A76")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPPerformanceCategoryDefinition : SPAutoSerializingObject
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.