SPPerformanceMonitorCreationData members
Provides information needed to create a performance monitor.
The SPPerformanceMonitorCreationData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPerformanceMonitorCreationData() | This member is reserved for internal use and is not intended to be used directly from your code. | |
SPPerformanceMonitorCreationData(String, String, String, SPHealthScoreCalculator) | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
AssociatedHealthScoreCalculator | Gets or sets the object that the monitor that is created from the SPPerformanceMonitorCreationData object uses to assign health scores to performance measurements. | |
Category | Gets the category of the monitor that is created from the SPPerformanceMonitorCreationData object. | |
Counter | Gets the name of the counter that is watched by the monitor that is created from the SPPerformanceMonitorCreationData object. | |
Instance | Gets the name of the instance of the counter that is watched by the monitor that is created from the SPPerformanceMonitorCreationData object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a String that represents the current SPPerformanceMonitorCreationData object. (Overrides Object.ToString().) |
Top