MonitoringEvent Class

System Center
 

Updated: April 16, 2012

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)


[SerializableAttribute]
public ref class MonitoringEvent : OperationalDataObject

NameDescription
System_CAPS_pubpropertyCategory

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

System_CAPS_pubpropertyCategoryId

Gets the category identifier for the event.

System_CAPS_pubpropertyChannel

Gets the channel of the event.

System_CAPS_pubpropertyClassId

System_CAPS_pubpropertyDescription

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

System_CAPS_pubpropertyEventData

Gets the data associated with the event.

System_CAPS_pubpropertyId

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

System_CAPS_pubpropertyLevel

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

System_CAPS_pubpropertyLevelId

Gets the identifier for the level of the event.

System_CAPS_pubpropertyLoggingComputer

Gets the computer that logged this event.

System_CAPS_pubpropertyManagementGroup

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

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMonitoringClassId

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

System_CAPS_pubpropertyMonitoringObjectDisplayName

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

System_CAPS_pubpropertyMonitoringObjectFullName

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

System_CAPS_pubpropertyMonitoringObjectId

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

System_CAPS_pubpropertyMonitoringObjectName

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

System_CAPS_pubpropertyMonitoringObjectPath

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

System_CAPS_pubpropertyMonitoringRuleDescription

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

System_CAPS_pubpropertyMonitoringRuleDisplayName

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

System_CAPS_pubpropertyMonitoringRuleId

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

System_CAPS_pubpropertyNumber

Gets the number of the event.

System_CAPS_pubpropertyOriginalId

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

System_CAPS_pubpropertyParameters

Gets a collection of parameters for the event.

System_CAPS_pubpropertyPublisherName

Gets the name of the event publisher.

System_CAPS_pubpropertyRuleDescription

System_CAPS_pubpropertyRuleDisplayName

System_CAPS_pubpropertyRuleId
System_CAPS_pubpropertyTimeAdded

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

System_CAPS_pubpropertyTimeGenerated

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

System_CAPS_pubpropertyUser

Gets the user of the event.

NameDescription
System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

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

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: