Share via


PartialMonitoringAlertReader Class

 

Applies To: Operations Manager for System Center 2012

Represents a reader for MonitoringAlert objects.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.DataReader
    Microsoft.EnterpriseManagement.Monitoring.MonitoringDataReader
      Microsoft.EnterpriseManagement.Monitoring.PartialOperationalDataReader
        Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringAlertReader

Syntax

public class PartialMonitoringAlertReader : PartialOperationalDataReader
public ref class PartialMonitoringAlertReader : PartialOperationalDataReader
type PartialMonitoringAlertReader = 
    class
        inherit PartialOperationalDataReader
    end
Public Class PartialMonitoringAlertReader
    Inherits PartialOperationalDataReader

Properties

Name Description
System_CAPS_pubproperty BufferSize

(Inherited from DataReader.)

System_CAPS_pubproperty IsComplete

(Inherited from DataReader.)

System_CAPS_pubproperty ManagementGroup

Gets the ManagementGroup object.

Methods

Name Description
System_CAPS_pubmethod Close()

(Inherited from DataReader.)

System_CAPS_pubmethod Dispose()

(Inherited from DataReader.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetPartialMonitoringAlert()

Returns a dictionary object that contains key/value pairs where each key is a MonitoringAlertProperty object and each value is the value of that property

System_CAPS_pubmethod GetPartialOperationalData()

Returns a dictionary object that contains key/value pairs where each key is a OperationalDataProperty object and each value is the value of that property(Inherited from PartialOperationalDataReader.)

System_CAPS_protmethod GetResult()

(Inherited from DataReader.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Read()

(Inherited from DataReader.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top