MonitoringDataReader Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Defines an abstract base class for classes that are used as a reader to retrieve monitoring data. This class is implemented by the MonitoringAlertReader, MonitoringEventReader, MonitoringPerformanceDataReader, and MonitoringPerformanceDataValueReader classes.

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.MonitoringAlertReader
      Microsoft.EnterpriseManagement.Monitoring.MonitoringEventReader
      Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
      Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataValueReader
      Microsoft.EnterpriseManagement.Monitoring.PartialOperationalDataReader

Syntax

[ObsoleteAttribute("This class is removed in favor of DataReader")]
public abstract class MonitoringDataReader : DataReader
[ObsoleteAttribute("This class is removed in favor of DataReader")]
public ref class MonitoringDataReader abstract : DataReader
[<AbstractClass>]
[<ObsoleteAttribute("This class is removed in favor of DataReader")>]
type MonitoringDataReader = 
    class
        inherit DataReader
    end
<ObsoleteAttribute("This class is removed in favor of DataReader")>
Public MustInherit Class MonitoringDataReader
    Inherits DataReader

Properties

Name Description
System_CAPS_pubproperty BufferSize

(Inherited from DataReader.)

System_CAPS_pubproperty IsComplete

(Inherited from DataReader.)

System_CAPS_protproperty ManagementGroup

(Inherited from DataReader.)

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_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