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 | |
---|---|---|
CustomMonitoringEventMessage(String) | Initializes a new CustomMonitoringEventMessage object. |
Properties
Name | Description | |
---|---|---|
Locale | Gets or sets the locale for the language of the event message. |
|
LocaleId | Gets the identifier for the locale. |
|
Message | Gets the event message. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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