MonitoringEvent Class

 

Applies To: Operations Manager for System Center 2012

Represents a monitoring event.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Monitoring.OperationalDataObject
      Microsoft.EnterpriseManagement.Monitoring.MonitoringEvent

Syntax

[SerializableAttribute]
public class MonitoringEvent : OperationalDataObject
[SerializableAttribute]
public ref class MonitoringEvent : OperationalDataObject
[<SerializableAttribute>]
type MonitoringEvent = 
    class
        inherit OperationalDataObject
    end
<SerializableAttribute>
Public Class MonitoringEvent
    Inherits OperationalDataObject

Properties

Name Description
System_CAPS_pubproperty Category

Gets the category of the event, based on the event publisher and category number.

System_CAPS_pubproperty CategoryId

Gets the category identifier for the event.

System_CAPS_pubproperty Channel

Gets the channel of the event.

System_CAPS_pubproperty ClassId

System_CAPS_pubproperty Description

Gets the description of the event, based on the event number and publisher.

System_CAPS_pubproperty EventData

Gets the data associated with the event.

System_CAPS_pubproperty Id

Gets the globally unique identifier (GUID) of the event.(Overrides OperationalDataObject.Id.)

System_CAPS_pubproperty Level

Gets the level of the event, based on the event publisher.

System_CAPS_pubproperty LevelId

Gets the identifier for the level of the event.

System_CAPS_pubproperty LoggingComputer

Gets the computer that logged this event.

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.(Inherited from OperationalDataObject.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty MonitoringClassId

Obsolete.Gets the globally unique identifier (GUID) for the monitoring class associated with the event.

System_CAPS_pubproperty MonitoringObjectDisplayName

Gets the display name of the monitoring object associated with the event.

System_CAPS_pubproperty MonitoringObjectFullName

Gets the full name of the monitoring object associated with the event.

System_CAPS_pubproperty MonitoringObjectId

Gets the globally unique identifier (GUID) for the monitoring object associated with the event.(Overrides OperationalDataObject.MonitoringObjectId.)

System_CAPS_pubproperty MonitoringObjectName

Gets the name of the monitoring object associated with the event.

System_CAPS_pubproperty MonitoringObjectPath

Gets the path of the monitoring object associated with the event.

System_CAPS_pubproperty MonitoringRuleDescription

Obsolete.Gets the description of the rule associated with the event.

System_CAPS_pubproperty MonitoringRuleDisplayName

Obsolete.Gets the name of the rule associated with the event.

System_CAPS_pubproperty MonitoringRuleId

Obsolete.Gets the globally unique identifier (GUID) of the rule associated with the event.(Overrides OperationalDataObject.MonitoringRuleId.)

System_CAPS_pubproperty Number

Gets the number of the event.

System_CAPS_pubproperty OriginalId

Gets the original globally unique identifier (GUID) for the event.

System_CAPS_pubproperty Parameters

Gets a collection of parameters for the event.

System_CAPS_pubproperty PublisherName

Gets the name of the event publisher.

System_CAPS_pubproperty RuleDescription

System_CAPS_pubproperty RuleDisplayName

System_CAPS_pubproperty RuleId

(Overrides OperationalDataObject.RuleId.)

System_CAPS_pubproperty TimeAdded

Gets the time, in DateTime format, that the event was added to the system.

System_CAPS_pubproperty TimeGenerated

Gets the time, in DateTime format, that the event was generated.

System_CAPS_pubproperty User

Gets the user of the event.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether this object is equal to the specified object.(Inherited from OperationalDataObject.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Gets the hash code for the OperationalDataObject object(Inherited from OperationalDataObject.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Reconnects to the specified management group after the object has been disconnected.(Inherited from OperationalDataObject.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

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