PartialMonitoringObject::SubmitMonitoringTask Method (MonitoringTask^, TaskConfiguration^, MonitoringTaskStatusChangeCallback^)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Submits a task that is targeted toward this partial monitoring object.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Use ManagementGroup.TaskRuntime.SubmitTask methods that take this object")] Guid SubmitMonitoringTask( MonitoringTask^ task, TaskConfiguration^ configuration, MonitoringTaskStatusChangeCallback^ callback )
Parameters
- task
-
Type:
Microsoft.EnterpriseManagement.Runtime::MonitoringTask^
The task to submit.
- configuration
-
Type:
Microsoft.EnterpriseManagement.Runtime::TaskConfiguration^
The configuration settings for the task to submit.
- callback
-
Type:
Microsoft.EnterpriseManagement.Monitoring::MonitoringTaskStatusChangeCallback^
The optional callback method that notifies the client that the task has been submitted.
Show: