Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient SaveTaskListToXmlFile(System Guid string)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.SaveTaskListToXmlFile(System.Guid, string) Method

Asynchronously Saves a TaskList to a FactoryOrchestratorXML file.

public System.Threading.Tasks.Task SaveTaskListToXmlFile(System.Guid guid, string filename);

Parameters

guid System.Guid
The GUID of the TaskList you wish to save.

filename System.String
The path to the FactoryOrchestratorXML file that will be created.

Returns

System.Threading.Tasks.Task
true on success