ConnectorFrameworkProxy.InsertMonitoringEvents Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Inserts events for the given monitoring object.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As ConnectorFrameworkProxy
Dim connectorId As Guid
Dim monitoringObjectId As Guid
Dim events As CustomMonitoringEvent()
instance.InsertMonitoringEvents(connectorId, monitoringObjectId, events)
Syntax
'Declaration
Public Sub InsertMonitoringEvents ( _
connectorId As Guid, _
monitoringObjectId As Guid, _
events As CustomMonitoringEvent() _
)
public void InsertMonitoringEvents (
Guid connectorId,
Guid monitoringObjectId,
CustomMonitoringEvent[] events
)
public:
void InsertMonitoringEvents (
Guid connectorId,
Guid monitoringObjectId,
array<CustomMonitoringEvent^>^ events
)
public void InsertMonitoringEvents (
Guid connectorId,
Guid monitoringObjectId,
CustomMonitoringEvent[] events
)
public function InsertMonitoringEvents (
connectorId : Guid,
monitoringObjectId : Guid,
events : CustomMonitoringEvent[]
)
Parameters
- connectorId
The globally unique identifier (GUID) for the monitoring connector for which events against the given monitoring object are inserted.
- monitoringObjectId
The globally unique identifier (GUID) for the monitoring object to insert events against.
- events
An array of CustomMonitoringEvent objects to insert.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
ConnectorFrameworkProxy Class
ConnectorFrameworkProxy Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace