Skip to content

Microsoft FactoryOrchestrator Core IFactoryOrchestratorService CreateTaskListFromTaskList(Microsoft FactoryOrchestrator Core TaskList)

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService

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

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

Microsoft.FactoryOrchestrator.Core.TaskList CreateTaskListFromTaskList(Microsoft.FactoryOrchestrator.Core.TaskList list);

Parameters

list TaskList
The TaskList to add to the Service.

Returns

TaskList
The created Service TaskList.