Share via


ManagementServer.UnregisterExecuteAgentTasks Method (Guid)

 

Applies To: Operations Manager for System Center 2012

Cancels the callback for the specified batch of agent tasks.

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

Syntax

public void UnregisterExecuteAgentTasks(
    Guid batchId
)
public:
void UnregisterExecuteAgentTasks(
    Guid batchId
)
member UnregisterExecuteAgentTasks : 
        batchId:Guid -> unit
Public Sub UnregisterExecuteAgentTasks (
    batchId As Guid
)

Parameters

  • batchId
    Type: System.Guid

    The GUID for the batch of tasks that you want to cancel callbacks for.

Remarks

If you specified a callback method when submitting an agent task, the specified method is automatically called when the status of any task changes. After you cancel the callback for a batch of tasks, changes in task status no longer cause the automatic execution of the specified callback method.

See Also

UnregisterExecuteAgentTasks Overload
ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top