Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient ReorderTaskLists(System Collections Generic List System Guid )

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.ReorderTaskLists(System.Collections.Generic.List<System.Guid>) Method

Asynchronously Reorders the TaskLists known to the Service.

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

Parameters

newOrder System.Collections.Generic.List<System.Guid>
An ordered list of GUIDs corresponding to the TaskList GUIDs known to the Service.

Returns

System.Threading.Tasks.Task