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 | |
---|---|---|
Category | Gets the category of the event, based on the event publisher and category number. |
|
CategoryId | Gets the category identifier for the event. |
|
Channel | Gets the channel of the event. |
|
ClassId | ||
Description | Gets the description of the event, based on the event number and publisher. |
|
EventData | Gets the data associated with the event. |
|
Id | Gets the globally unique identifier (GUID) of the event.(Overrides OperationalDataObject.Id.) |
|
Level | Gets the level of the event, based on the event publisher. |
|
LevelId | Gets the identifier for the level of the event. |
|
LoggingComputer | Gets the computer that logged this event. |
|
ManagementGroup | The connection management group connection used by this object.(Inherited from OperationalDataObject.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
MonitoringClassId | Obsolete.Gets the globally unique identifier (GUID) for the monitoring class associated with the event. |
|
MonitoringObjectDisplayName | Gets the display name of the monitoring object associated with the event. |
|
MonitoringObjectFullName | Gets the full name of the monitoring object associated with the event. |
|
MonitoringObjectId | Gets the globally unique identifier (GUID) for the monitoring object associated with the event.(Overrides OperationalDataObject.MonitoringObjectId.) |
|
MonitoringObjectName | Gets the name of the monitoring object associated with the event. |
|
MonitoringObjectPath | Gets the path of the monitoring object associated with the event. |
|
MonitoringRuleDescription | Obsolete.Gets the description of the rule associated with the event. |
|
MonitoringRuleDisplayName | Obsolete.Gets the name of the rule associated with the event. |
|
MonitoringRuleId | Obsolete.Gets the globally unique identifier (GUID) of the rule associated with the event.(Overrides OperationalDataObject.MonitoringRuleId.) |
|
Number | Gets the number of the event. |
|
OriginalId | Gets the original globally unique identifier (GUID) for the event. |
|
Parameters | Gets a collection of parameters for the event. |
|
PublisherName | Gets the name of the event publisher. |
|
RuleDescription | ||
RuleDisplayName | ||
RuleId | (Overrides OperationalDataObject.RuleId.) |
|
TimeAdded | Gets the time, in DateTime format, that the event was added to the system. |
|
TimeGenerated | Gets the time, in DateTime format, that the event was generated. |
|
User | Gets the user of the event. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether this object is equal to the specified object.(Inherited from OperationalDataObject.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Gets the hash code for the OperationalDataObject object(Inherited from OperationalDataObject.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | Reconnects to the specified management group after the object has been disconnected.(Inherited from OperationalDataObject.) |
|
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