MonitoringBase 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 in a management group.

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

Properties

ManagementGroup

Gets the management group that the object is in.

ManagementGroupId

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

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the object to the specified management group.

ToString()

Returns the relevant display string for the object.

Applies to