ITaskRuntimeManagement.UnregisterTaskStatusChangeCallback Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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