ManagementGroup::UnregisterMonitoringTaskStatusChangeCallback Method (IAsyncResult^)

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 givenIAsyncResultobject that is returned from any of the asynchronous task submission methods.

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

public:
[ObsoleteAttribute("Please use TaskRuntime.UnregisterMonitoringTaskStatusChangeCallback()")]
void UnregisterMonitoringTaskStatusChangeCallback(
	IAsyncResult^ asyncResult
)

Parameters

asyncResult
Type: System::IAsyncResult^

The IAsyncResult object that is returned from any of the asynchronous task submission methods.

Return to top
Show: