Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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