CustomMonitoringPerformanceData Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Represents a custom object for monitoring performance data.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.Monitoring::CustomMonitoringPerformanceData

[DataContractAttribute]
public ref class CustomMonitoringPerformanceData 

NameDescription
System_CAPS_pubmethodCustomMonitoringPerformanceData(String^, String^, Double)

Initializes a new CustomMonitoringPerformanceData object.

NameDescription
System_CAPS_pubpropertyCounterName

Gets the name of the performance data counter.

System_CAPS_pubpropertyInstanceName

Gets or sets the name of the performance data instance.

System_CAPS_pubpropertyObjectName

Gets the name of the performance data object.

System_CAPS_pubpropertyTimeSampled

Gets or sets the time, in UTC DateTime formate, that the performance data was sampled.

System_CAPS_pubpropertyValue

Gets the value of the performance data counter.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: