Share via


CustomMonitoringPerformanceData(String, String, Double) Constructor

Definition

Creates a new custom monitoring performance data.

public:
 CustomMonitoringPerformanceData(System::String ^ objectName, System::String ^ counterName, double value);
public CustomMonitoringPerformanceData (string objectName, string counterName, double value);
new Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringPerformanceData : string * string * double -> Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringPerformanceData
Public Sub New (objectName As String, counterName As String, value As Double)

Parameters

objectName
String

The object name.

counterName
String

The counter name.

value
Double

The value.

Applies to