Share via


ITaskRuntimeManagement.RemoveMonitoringTaskCallback(Guid) Method

Definition

Remove the callback for the given batch id.

public:
 void RemoveMonitoringTaskCallback(Guid batchId);
public void RemoveMonitoringTaskCallback (Guid batchId);
abstract member RemoveMonitoringTaskCallback : Guid -> unit
Public Sub RemoveMonitoringTaskCallback (batchId As Guid)

Parameters

batchId
Guid

The batch id.

Exceptions

callback with the given batchid not found

Applies to