IOperationalDataManagement.GetPartialMonitoringAlertReader Method (MonitoringAlertCriteria, Nullable, MonitoringAlertProperty[])

Updated: April 16, 2012

Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to the MonitoringAlertCriteria object, the last changed DateTime object, and the MonitoringAlertPropertyproperties. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As IOperationalDataManagement Dim criteria As MonitoringAlertCriteria Dim lastModified As Nullable(Of DateTime) Dim properties As MonitoringAlertProperty() Dim returnValue As PartialMonitoringAlertReader returnValue = instance.GetPartialMonitoringAlertReader(criteria, lastModified, properties)Function GetPartialMonitoringAlertReader ( _ criteria As MonitoringAlertCriteria, _ lastModified As Nullable(Of DateTime), _ ParamArray properties As MonitoringAlertProperty() _ ) As PartialMonitoringAlertReaderPartialMonitoringAlertReader GetPartialMonitoringAlertReader ( MonitoringAlertCriteria criteria, Nullable<DateTime> lastModified, params MonitoringAlertProperty[] properties )PartialMonitoringAlertReader^ GetPartialMonitoringAlertReader ( MonitoringAlertCriteria^ criteria, Nullable<DateTime> lastModified, ... array<MonitoringAlertProperty^>^ properties )PartialMonitoringAlertReader GetPartialMonitoringAlertReader ( MonitoringAlertCriteria criteria, Nullable<DateTime> lastModified, MonitoringAlertProperty[] properties )function GetPartialMonitoringAlertReader ( criteria : MonitoringAlertCriteria, lastModified : Nullable<DateTime>, ... properties : MonitoringAlertProperty[] ) : PartialMonitoringAlertReaderParameterscriteriaAn optional MonitoringAlertCriteria object by which to scope the method. Otherwise, pass null.lastModifiedThe alert’s last changed DateTime object to which this method is scoped.propertiesThe MonitoringAlertProperty properties by which this method is to be scoped.Return ValueReturns a PartialMonitoringAlertReader object.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms