Applies To: Operations Manager for System Center 2012
Represents a reader for MonitoringEvent 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.PartialMonitoringEventReader
Syntax
public class PartialMonitoringEventReader : PartialOperationalDataReader
public ref class PartialMonitoringEventReader : PartialOperationalDataReader
type PartialMonitoringEventReader = 
    class
        inherit PartialOperationalDataReader
    end
Public Class PartialMonitoringEventReader
    Inherits PartialOperationalDataReader
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | BufferSize | (Inherited from DataReader.) | 
| .jpeg) | IsComplete | (Inherited from DataReader.) | 
| .jpeg) | ManagementGroup | Gets the ManagementGroup object. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Close() | (Inherited from DataReader.) | 
| .jpeg) | Dispose() | (Inherited from DataReader.) | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetPartialMonitoringEvent() | Returns a dictionary object that contains key/value pairs where each key is a MonitoringEventProperty object and each value is the value of that property | 
| .jpeg) | 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.) | 
| .jpeg) | GetResult() | (Inherited from DataReader.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | Read() | (Inherited from DataReader.) | 
| .jpeg) | 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