MonitoringTask Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Represents a monitoring task.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
Microsoft.EnterpriseManagement.Configuration.ManagementPackElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibleElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackTask
Microsoft.EnterpriseManagement.Configuration.MonitoringTask
Syntax
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackTask instead.")]
public class MonitoringTask : ManagementPackTask, IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackTask instead.")]
public ref class MonitoringTask : ManagementPackTask, IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class is obsolete. Please use ManagementPackTask instead.")>]
type MonitoringTask =
class
inherit ManagementPackTask
interface IMonitoringBase
end
<SerializableAttribute>
<ObsoleteAttribute("This class is obsolete. Please use ManagementPackTask instead.")>
Public Class MonitoringTask
Inherits ManagementPackTask
Implements IMonitoringBase
Constructors
Name | Description | |
---|---|---|
MonitoringTask(ManagementPackTask) |
Properties
Methods
Examples
The following example shows how to get and execute tasks for a class of computers.
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
MonitoringTaskConfiguration
MonitoringTaskCredentials
MonitoringTaskCriteria
MonitoringTaskResult
MonitoringTaskResultCriteria
WindowsMonitoringTaskCredentials
MonitoringTaskStatusChangeCallback
Microsoft.EnterpriseManagement.Configuration Namespace
Return to top