ITaskRuntimeService.UnregisterTaskCallback(Guid) 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.
Unregisters a callback.
public:
void UnregisterTaskCallback(Guid batchId);
public void UnregisterTaskCallback (Guid batchId);
abstract member UnregisterTaskCallback : Guid -> unit
Public Sub UnregisterTaskCallback (batchId As Guid)
Parameters
- batchId
- Guid
The id of the batch.