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 a collection 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(
ICollection<CustomMonitoringPerformanceData> customPerformanceData
)
public:
void InsertCustomMonitoringPerformanceData(
ICollection<CustomMonitoringPerformanceData^>^ customPerformanceData
)
member InsertCustomMonitoringPerformanceData :
customPerformanceData:ICollection<CustomMonitoringPerformanceData> -> unit
Public Sub InsertCustomMonitoringPerformanceData (
customPerformanceData As ICollection(Of CustomMonitoringPerformanceData)
)
Parameters
customPerformanceData
Type: System.Collections.Generic.ICollection<CustomMonitoringPerformanceData>The collection of performance data to insert.
See Also
InsertCustomMonitoringPerformanceData Overload
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top