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 for the given monitoring object.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void InsertMonitoringEvents(
Guid connectorId,
Guid monitoringObjectId,
CustomMonitoringEvent[] events
)
public:
void InsertMonitoringEvents(
Guid connectorId,
Guid monitoringObjectId,
array<CustomMonitoringEvent^>^ events
)
member InsertMonitoringEvents :
connectorId:Guid *
monitoringObjectId:Guid *
events:CustomMonitoringEvent[] -> unit
Public Sub InsertMonitoringEvents (
connectorId As Guid,
monitoringObjectId As Guid,
events As CustomMonitoringEvent()
)
Parameters
connectorId
Type: System.GuidThe globally unique identifier (GUID) for the monitoring connector for which events against the given monitoring object are inserted.
monitoringObjectId
Type: System.GuidThe globally unique identifier (GUID) for the monitoring object to insert events against.
events
Type: Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringEvent[]An array of CustomMonitoringEvent objects to insert.
See Also
ConnectorFrameworkProxy Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
Return to top