Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient GetTaskListGuids()

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.GetTaskListGuids() Method

Asynchronously Gets the GUID of every "active" TaskList on the Service. If "IsExecutingBootTasks()" returns true, this returns the "boot" TaskLists. Otherwise, it returns the "normal" TaskLists.

public System.Threading.Tasks.Task<System.Collections.Generic.List<System.Guid>> GetTaskListGuids();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.List<System.Guid>>
The list of TaskList GUIDs.