ManagementGroup::UnregisterMonitoringTaskStatusChangeCallback Method (Guid)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Discontinues the registration of the callback method for the given task batch identifier.

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

public:
[ObsoleteAttribute("Please use TaskRuntime.UnregisterMonitoringTaskStatusChangeCallback()")]
void UnregisterMonitoringTaskStatusChangeCallback(
	Guid batchId
)

Parameters

batchId
Type: System::Guid

A GUID that represents the task batch to discontinue callback method registration for.

Return to top
Show: