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 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