ITaskRuntimeManagement.UnregisterTaskStatusChangeCallback Method

Definition

Overloads

UnregisterTaskStatusChangeCallback(Guid)

Unregisters the callback for the given batch id.

UnregisterTaskStatusChangeCallback(IAsyncResult)

Unregisters the underlying callback for the IAsyncResult provided by any of the async task submission methods.

UnregisterTaskStatusChangeCallback(Guid)

Unregisters the callback for the given 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.

Exceptions

callback with the given batchid not found

Applies to

UnregisterTaskStatusChangeCallback(IAsyncResult)

Unregisters the underlying callback for the IAsyncResult provided by any of the async task submission methods.

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

Parameters

result
IAsyncResult

Exceptions

callback with the given batchid not found

Applies to