Share via


CustomMonitoringEventMessage Class

 

Applies To: Operations Manager for System Center 2012

Represents a custom monitoring event message that is used in CustomMonitoringEvent objects.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringEventMessage

Syntax

[DataContractAttribute]
public class CustomMonitoringEventMessage
[DataContractAttribute]
public ref class CustomMonitoringEventMessage 
[<DataContractAttribute>]
type CustomMonitoringEventMessage = class end
<DataContractAttribute>
Public Class CustomMonitoringEventMessage

Constructors

Name Description
System_CAPS_pubmethod CustomMonitoringEventMessage(String)

Initializes a new CustomMonitoringEventMessage object.

Properties

Name Description
System_CAPS_pubproperty Locale

Gets or sets the locale for the language of the event message.

System_CAPS_pubproperty LocaleId

Gets the identifier for the locale.

System_CAPS_pubproperty Message

Gets the event message.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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