SPPerformanceCategoryDefinition members
Stores information about a set of performance counters in a set categoryand provides methods for normalizing counter information.
The SPPerformanceCategoryDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPerformanceCategoryDefinition() | Initializes a new instance of the SPPerformanceCategoryDefinition class. | |
SPPerformanceCategoryDefinition(String, IList<String>) | Initializes a new instance of the SPPerformanceCategoryDefinition class based on the categoryName and counterNames parameters. |
Top
Properties
Name | Description | |
---|---|---|
CategoryName | The name of the performance counter category/object to monitor. | |
CounterNames | The list of counters in the category to monitor. | |
InstanceNames | Instance names. | |
LocalizedCategoryName | The localization name of the category. | |
ProviderName | Display the provider name if the definition is under a specific provider. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
AddCounter | Add a counter name to the definition. | |
AddInstance | Add a performance counter by specifying the instance. | |
ContainsCounter | Check if a counter exists in the category | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
RemoveCounter | Remove an instance from the category. | |
RemoveInstance | Remove an instance from the category. | |
ShouldMonitorInstance | This method should return true if the specified instance should be monitored. | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top