Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient QueryTaskList(System Guid)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.QueryTaskList(System.Guid) Method

Asynchronously Gets the TaskList object for a given TaskList GUID.

public System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskList> QueryTaskList(System.Guid taskListGuid);

Parameters

taskListGuid System.Guid
The TaskList GUID.

Returns

System.Threading.Tasks.Task<Microsoft.FactoryOrchestrator.Core.TaskList>
The TaskList object with that GUID.