Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited 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. |
![]() |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | (Inherited from SPAutoSerializingObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnDeserialization | (Inherited from SPAutoSerializingObject.) |
![]() |
ToString | Returns a String that represents the current SPPerformanceMonitorCreationData object. (Overrides Object.ToString().) |
![]() |
UpdateParent | (Inherited from SPAutoSerializingObject.) |
Top