PartialMonitoringObject.InsertCustomMonitoringEvents Method (ICollection<CustomMonitoringEvent>)
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)
Syntax
public void InsertCustomMonitoringEvents(
ICollection<CustomMonitoringEvent> events
)
public:
void InsertCustomMonitoringEvents(
ICollection<CustomMonitoringEvent^>^ events
)
member InsertCustomMonitoringEvents :
events:ICollection<CustomMonitoringEvent> -> unit
Public Sub InsertCustomMonitoringEvents (
events As ICollection(Of CustomMonitoringEvent)
)
Parameters
events
Type: System.Collections.Generic.ICollection<CustomMonitoringEvent>The collection of events to insert.
See Also
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top