CustomMonitoringEventMessage Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Monitoring::CustomMonitoringEventMessage

[DataContractAttribute]
public ref class CustomMonitoringEventMessage 

NameDescription
System_CAPS_pubmethodCustomMonitoringEventMessage(String^)

Initializes a new CustomMonitoringEventMessage object.

NameDescription
System_CAPS_pubpropertyLocale

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

System_CAPS_pubpropertyLocaleId

Gets the identifier for the locale.

System_CAPS_pubpropertyMessage

Gets the event message.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: