PartialMonitoringObject::InsertCustomMonitoringPerformanceData Method (ICollection<CustomMonitoringPerformanceData^>^)
System Center
Applies To: Operations Manager for System Center 2012
Inserts a collection performance data that is associated with this monitoring object into the runtime.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: void InsertCustomMonitoringPerformanceData( ICollection<CustomMonitoringPerformanceData^>^ customPerformanceData )
Parameters
- customPerformanceData
-
Type:
System.Collections.Generic::ICollection<CustomMonitoringPerformanceData^>^
The collection of performance data to insert.
Show: