MonitoringConnector::GetMonitoringAlerts Method (DateTime)

System Center
 

Applies To: Operations Manager for System Center 2012

Gets alerts marked for the monitoring connector where the timestamp is after the specified bookmark.

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

public:
ReadOnlyCollection<ConnectorMonitoringAlert^>^ GetMonitoringAlerts(
	DateTime utcBookmarkTime
)

Parameters

utcBookmarkTime
Type: System::DateTime

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

This method only gets alerts that are marked for the monitoring connector from the utcBookmarkTime bookmark time to the current time less 30 seconds.

Return to top
Show: