Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient LoadTaskListsFromXmlFile(string)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.LoadTaskListsFromXmlFile(string) Method

Asynchronously Creates new TaskLists by loading them from a FactoryOrchestratorXML file.

public System.Threading.Tasks.Task<System.Collections.Generic.List<System.Guid>> LoadTaskListsFromXmlFile(string filename);

Parameters

filename System.String
The path to the FactoryOrchestratorXML file.

Returns

System.Threading.Tasks.Task<System.Collections.Generic.List<System.Guid>>
The GUID(s) of the created TaskList(s)