MonitoringTask Class

Definition

Caution

This class is obsolete. Please use ManagementPackTask instead.

This class represents a MOM MonitoringTask.

public ref class MonitoringTask : Microsoft::EnterpriseManagement::Configuration::ManagementPackTask, Microsoft::EnterpriseManagement::Common::IMonitoringBase
[System.Obsolete("This class is obsolete. Please use ManagementPackTask instead.")]
[System.Serializable]
public class MonitoringTask : Microsoft.EnterpriseManagement.Configuration.ManagementPackTask, Microsoft.EnterpriseManagement.Common.IMonitoringBase
type MonitoringTask = class
    inherit ManagementPackTask
    interface IMonitoringBase
Public Class MonitoringTask
Inherits ManagementPackTask
Implements IMonitoringBase
Inheritance
MonitoringTask
Attributes
Implements

Examples

The following example shows how to get and execute tasks for a class of computers.

Constructors

MonitoringTask(ManagementPackTask)

Initializes a new instance of the MonitoringTask class.

Methods

GetOverrideableParameters()

Gets the available parameters

Applies to

See also