ITaskRuntimeManagement.UnregisterTaskStatusChangeCallback Method

Definition

Unregisters the callback for the specified batch ID.

Overloads

UnregisterTaskStatusChangeCallback(Guid)

Unregisters the callback for the specified batch ID.

UnregisterTaskStatusChangeCallback(IAsyncResult)

Unregisters the underlying callback for the result of the task execution provided by any of the asynchronous task submission methods.

UnregisterTaskStatusChangeCallback(Guid)

Unregisters the callback for the specified batch ID.

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

Parameters

batchId
Guid

The batch ID.

Applies to

UnregisterTaskStatusChangeCallback(IAsyncResult)

Unregisters the underlying callback for the result of the task execution provided by any of the asynchronous task submission methods.

public:
 void UnregisterTaskStatusChangeCallback(IAsyncResult ^ asyncResult);
public void UnregisterTaskStatusChangeCallback (IAsyncResult asyncResult);
abstract member UnregisterTaskStatusChangeCallback : IAsyncResult -> unit
Public Sub UnregisterTaskStatusChangeCallback (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

The result of the task execution.

Applies to