Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient CreateTaskListFromTaskList(Microsoft FactoryOrchestrator Core TaskList)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.CreateTaskListFromTaskList(Microsoft.FactoryOrchestrator.Core.TaskList) Method

Asynchronously Creates a TaskList on the Service by copying a TaskList object provided by the Client.

public System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskList> CreateTaskListFromTaskList(Microsoft.FactoryOrchestrator.Core.TaskList list);

Parameters

list Microsoft.FactoryOrchestrator.Core.TaskList
The TaskList to add to the Service.

Returns

System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskList>
The created Service TaskList.