MonitoringDataReader Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
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.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
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
| Name | Description | |
|---|---|---|
![]() | BufferSize | (Inherited from DataReader.) |
![]() | IsComplete | (Inherited from DataReader.) |
![]() | ManagementGroup | (Inherited from DataReader.) |
| Name | Description | |
|---|---|---|
![]() | Close() | (Inherited from DataReader.) |
![]() | Dispose() | (Inherited from DataReader.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetResult() | (Inherited from DataReader.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Read() | (Inherited from DataReader.) |
![]() | ToString() | (Inherited from 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.



