Partager via


MonitoringConnector.AcknowledgeMonitoringAlerts Method (DateTime)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The monitoring connector acknowledges that it has successfully received monitoring alerts from the Microsoft.EnterpriseManagement.ConnectorFramework. Acknowledges alerts up until the given bookmark.

Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As MonitoringConnector
Dim utcBookmarkTime As DateTime

instance.AcknowledgeMonitoringAlerts(utcBookmarkTime)

Syntax

'Declaration
Public Sub AcknowledgeMonitoringAlerts ( _
    utcBookmarkTime As DateTime _
)
public void AcknowledgeMonitoringAlerts (
    DateTime utcBookmarkTime
)
public:
void AcknowledgeMonitoringAlerts (
    DateTime utcBookmarkTime
)
public void AcknowledgeMonitoringAlerts (
    DateTime utcBookmarkTime
)
public function AcknowledgeMonitoringAlerts (
    utcBookmarkTime : DateTime
)

Parameters

  • utcBookmarkTime
    The date and time value to which the bookmark is initially set.

Remarks

The monitoring connector must acknowledge that alerts have been received. Failure to acknowledge an alert will result in subsequent calls to MonitoringConnector returning previously returned alerts. After acknowledging alerts, you get alerts that are updated after the bookmark time that you acknowledged with.

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

MonitoringConnector Class
MonitoringConnector Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace