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
Inserts performance data that is associated with this monitoring object into the runtime.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void InsertCustomMonitoringPerformanceData(
CustomMonitoringPerformanceData customPerformanceData
)
public:
void InsertCustomMonitoringPerformanceData(
CustomMonitoringPerformanceData^ customPerformanceData
)
member InsertCustomMonitoringPerformanceData :
customPerformanceData:CustomMonitoringPerformanceData -> unit
Public Sub InsertCustomMonitoringPerformanceData (
customPerformanceData As CustomMonitoringPerformanceData
)
Parameters
customPerformanceData
Type: Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringPerformanceDataThe performance data to insert.
Examples
For an example, see How to Insert Custom Event and Performance Data.
See Also
InsertCustomMonitoringPerformanceData Overload
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top