CustomMonitoringEvent Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Represents a custom monitoring event that can be inserted into the Operations Manager system.

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

System::Object
  Microsoft.EnterpriseManagement.Monitoring::CustomMonitoringEvent

[DataContractAttribute]
public ref class CustomMonitoringEvent 

NameDescription
System_CAPS_pubmethodCustomMonitoringEvent(String^, Int32)

Initializes a new CustomMonitoringEvent object.

NameDescription
System_CAPS_pubpropertyChannel

Gets or sets the name of the channel that the event gets published in.

System_CAPS_pubpropertyEventData

Gets or sets the data for the event.

System_CAPS_pubpropertyLevelId

Gets or sets the identifier for the level of the event.

System_CAPS_pubpropertyLoggingComputer

Gets or sets the name of the computer that logged the event.

System_CAPS_pubpropertyMessage

Gets or sets the event message.

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 list of parameters for the event.

System_CAPS_pubpropertyPublisherId

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

System_CAPS_pubpropertyPublisherName

Gets the event publisher name.

System_CAPS_pubpropertyTimeGenerated

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

System_CAPS_pubpropertyUser

Gets or sets the user that inserted the event. The current user is the default value.

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.)

For a code example using the CustomMonitoringEvent class, see How to Insert Custom Event and Performance Data.

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: