Share via


ManagementGroup.SubmitMonitoringTask Method

 

Applies To: Operations Manager for System Center 2012

Submits a task that is targeted to a collection of monitoring objects and returns a GUID that is used to get results manually.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod SubmitMonitoringTask<T>(ICollection<T>, MonitoringTask, TaskConfiguration)

Obsolete.Submits a specified task, providing the targeted objects and task configuration settings.

System_CAPS_pubmethod SubmitMonitoringTask<T>(ICollection<T>, MonitoringTask, TaskConfiguration, MonitoringTaskStatusChangeCallback)

Obsolete.Submits a specified task, providing the targeted objects, task configuration settings, and a callback if task results change.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top