Applies To: Operations Manager for System Center 2012
Initializes a new CustomMonitoringPerformanceData object.
Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public CustomMonitoringPerformanceData(
    string objectName,
    string counterName,
    double value
)
public:
CustomMonitoringPerformanceData(
    String^ objectName,
    String^ counterName,
    double value
)
new : 
        objectName:string *
        counterName:string *
        value:float -> CustomMonitoringPerformanceData
Public Sub New (
    objectName As String,
    counterName As String,
    value As Double
)
Parameters
objectName
Type: System.StringThe name of the object.
counterName
Type: System.StringThe name of the counter that is used to monitor performance data.
value
Type: System.DoubleThe value of the performance data counter.
See Also
CustomMonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top