Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to the last changed DateTime object, and the MonitoringAlertProperty properties.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, DateTime? lastModified, params MonitoringAlertProperty[] properties);")]
PartialMonitoringAlertReader GetPartialMonitoringAlertReader(
    Nullable<DateTime> lastModified,
    params MonitoringAlertProperty[] properties
)
[ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, DateTime? lastModified, params MonitoringAlertProperty[] properties);")]
PartialMonitoringAlertReader^ GetPartialMonitoringAlertReader(
    Nullable<DateTime> lastModified,
    ... array<MonitoringAlertProperty^>^ properties
)
[<ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, DateTime? lastModified, params MonitoringAlertProperty[] properties);")>]
abstract GetPartialMonitoringAlertReader : 
        lastModified:Nullable<DateTime> *
        [<ParamArrayAttribute>] properties:MonitoringAlertProperty[] -> PartialMonitoringAlertReader
<ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, DateTime? lastModified, params MonitoringAlertProperty[] properties);")>
Function GetPartialMonitoringAlertReader (
    lastModified As Nullable(Of Date),
    ParamArray properties As MonitoringAlertProperty()
) As PartialMonitoringAlertReader
Parameters
- lastModified 
 Type: System.Nullable<DateTime>- The alert’s last changed DateTime object to which this method is scoped. 
- properties 
 Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertProperty[]- The MonitoringAlertProperty properties by which this method is to be scoped. 
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringAlertReader
Returns a PartialMonitoringAlertReader object.
See Also
GetPartialMonitoringAlertReader Overload
IOperationalDataManagement Interface
Microsoft.EnterpriseManagement Namespace
Return to top