CustomMonitoringPerformanceData Constructor (String, String, Double)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new CustomMonitoringPerformanceData object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim objectName As String
Dim counterName As String
Dim value As Double
Dim instance As New CustomMonitoringPerformanceData(objectName, counterName, value)
Syntax
'Declaration
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
)
Parameters
- objectName
The name of the object.
- counterName
The name of the counter that is used to monitor performance data.
- value
The value of the performance data counter.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
CustomMonitoringPerformanceData Class
CustomMonitoringPerformanceData Members
Microsoft.EnterpriseManagement.Monitoring Namespace