IConnectorFramework.InsertMonitoringEvents(Guid, Guid, CustomMonitoringEvent[]) Method

Definition

Inserts events against the given monitoring object.

public:
 void InsertMonitoringEvents(Guid connectorId, Guid monitoringObjectId, cli::array <Microsoft::EnterpriseManagement::Monitoring::CustomMonitoringEvent ^> ^ events);
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnknownChannelException))]
[System.ServiceModel.FaultContract(typeof(System.TimeoutException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.ServerDisconnectedException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.ServiceNotRunningException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnknownServiceException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnauthorizedAccessEnterpriseManagementException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnknownAuthorizationStoreException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnknownDatabaseException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.InvalidDatabaseDataException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.ObjectNotFoundException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.ConnectorInvalidException))]
[System.ServiceModel.FaultContract(typeof(System.ArgumentNullException))]
[System.ServiceModel.FaultContract(typeof(System.ArgumentOutOfRangeException))]
[System.ServiceModel.OperationContract]
public void InsertMonitoringEvents (Guid connectorId, Guid monitoringObjectId, Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringEvent[] events);
abstract member InsertMonitoringEvents : Guid * Guid * Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringEvent[] -> unit
Public Sub InsertMonitoringEvents (connectorId As Guid, monitoringObjectId As Guid, events As CustomMonitoringEvent())

Parameters

connectorId
Guid

The connector id.

monitoringObjectId
Guid

The object id.

events
CustomMonitoringEvent[]

The events.

Attributes

Remarks

Inserts events for the given monitoring object.

Applies to