CustomMonitoringPerformanceData Constructor (String, String, Double)

Updated: April 16, 2012

Initializes a new CustomMonitoringPerformanceData object. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim objectName As String Dim counterName As String Dim value As Double Dim instance As New CustomMonitoringPerformanceData(objectName, counterName, value)Public Sub New ( _ objectName As String, _ counterName As String, _ value As Double _ )public CustomMonitoringPerformanceData ( string objectName, string counterName, double value )public: CustomMonitoringPerformanceData ( String^ objectName, String^ counterName, double value )public CustomMonitoringPerformanceData ( String objectName, String counterName, double value )public function CustomMonitoringPerformanceData ( objectName : String, counterName : String, value : double )ParametersobjectNameThe name of the object.counterNameThe name of the counter that is used to monitor performance data.valueThe value of the performance data counter.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms