Microsoft FactoryOrchestrator Client FactoryOrchestratorClient DeleteTaskList(System Guid)
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient
FactoryOrchestratorClient.DeleteTaskList(System.Guid) Method
Asynchronously Deletes a TaskList on the Service.
public System.Threading.Tasks.Task DeleteTaskList(System.Guid listToDelete);
Parameters
listToDelete
System.Guid
The GUID of the TaskList to delete.
Returns
System.Threading.Tasks.Task
true if it was deleted successfully.