PartialMonitoringObject::InsertCustomMonitoringEvents Method (ICollection<CustomMonitoringEvent^>^)

System Center
 

Applies To: Operations Manager for System Center 2012

Inserts events that are associated with this monitoring object into the runtime.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

public:
void InsertCustomMonitoringEvents(
	ICollection<CustomMonitoringEvent^>^ events
)

Parameters

events
Type: System.Collections.Generic::ICollection<CustomMonitoringEvent^>^

The collection of events to insert.

Return to top
Show: