Skip to content

Microsoft FactoryOrchestrator Core IFactoryOrchestratorService GetBootTaskListSummaries()

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService

IFactoryOrchestratorService.GetBootTaskListSummaries() Method

Gets "boot" TaskList summaries for every "boot" TaskList on the Service. The summary contains basic info about the TaskList.

System.Collections.Generic.List<Microsoft.FactoryOrchestrator.Core.TaskListSummary> GetBootTaskListSummaries();

Returns

System.Collections.Generic.List<TaskListSummary>
A list of TaskListSummary objects.