MonitoringBaseWithId Class

Definition

Caution

This class will be removed in the next release and should no longer be used.

Provides the base class for all the connected objects with identifiers in a management group.

public ref class MonitoringBaseWithId abstract : Microsoft::EnterpriseManagement::Common::MonitoringBase
[System.Obsolete("This class will be removed in the next release and should no longer be used.")]
[System.Serializable]
public abstract class MonitoringBaseWithId : Microsoft.EnterpriseManagement.Common.MonitoringBase
type MonitoringBaseWithId = class
    inherit MonitoringBase
Public MustInherit Class MonitoringBaseWithId
Inherits MonitoringBase
Inheritance
MonitoringBaseWithId
Derived
Attributes

Constructors

MonitoringBaseWithId()

Creates a new instance of the MonitoringBaseWithId class.

MonitoringBaseWithId(EnterpriseManagementGroup)

Creates a new instance of the MonitoringBaseWithId class, and specifies the management group that owns this object.

Properties

Id

Gets the unique identifier for the connected object.

ManagementGroup

Gets the management group that the object is in.

(Inherited from MonitoringBase)
ManagementGroupId

Gets the unique identifier of the management group that owns this object.

(Inherited from MonitoringBase)

Methods

Equals(Object)

Compares this object with a specified object for equality.

GetHashCode()

Returns the hash code for this object.

Reconnect(EnterpriseManagementGroup)

Reconnects the object to the specified management group.

(Inherited from MonitoringBase)
SetId(Guid)

Sets the connected object by specifying the unique identifier.

ToString()

Returns the relevant display string for the object.

(Inherited from MonitoringBase)

Applies to