ManagementGroup::UnregisterMonitoringTaskStatusChangeCallback Method (Guid)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Discontinues the registration of the callback method for the given task batch identifier.
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.
Show: