Microsoft FactoryOrchestrator Core IFactoryOrchestratorService
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core
IFactoryOrchestratorService Interface
IFOCommunication defines the Factory Orchestrator Client-Server communication model.
public interface IFactoryOrchestratorService
Methods
- AbortAll()
- AbortTaskList(System.Guid)
- AbortTaskRun(System.Guid)
- Connect(string, string)
- CreateTaskListFromDirectory(string, bool)
- CreateTaskListFromTaskList(Microsoft.FactoryOrchestrator.Core.TaskList)
- DeleteFileOrFolder(string, bool)
- DeleteTaskList(System.Guid)
- EnableLocalLoopbackForApp(string)
- EnumerateDirectories(string, bool, bool)
- EnumerateFiles(string, bool, bool)
- GetBootTaskListGuids()
- GetBootTaskListSummaries()
- GetContainerIpAddresses()
- GetDisabledPages()
- GetDnsHostName()
- GetFile(string, long, int, bool)
- GetInstalledApps()
- GetInstalledAppsDetailed()
- GetIpAddressesAndNicNames()
- GetLastServiceError()
- GetLogFolder()
- GetOEMVersionString()
- GetOSPlatform()
- GetOSVersionString()
- GetServiceEvents()
- GetServiceEvents(System.DateTime)
- GetServiceEvents(ulong)
- GetServiceVersionString()
- GetTaskListGuids()
- GetTaskListSummaries()
- GetWdpHttpPort()
- InstallApp(string, System.Collections.Generic.List<string>, string)
- IsContainerRunning()
- IsExecutingBootTasks()
- IsNetworkAccessEnabled()
- LoadTaskListsFromXmlFile(string)
- MoveFileOrFolder(string, string, bool)
- QueryTask(System.Guid)
- QueryTaskList(System.Guid)
- QueryTaskRun(System.Guid)
- ReorderTaskLists(System.Collections.Generic.List<System.Guid>)
- ResetService(bool, bool)
- RunAllTaskLists()
- RunApp(string)
- RunExecutable(string, string, string, bool)
- RunTask(Microsoft.FactoryOrchestrator.Core.TaskBase, System.Nullable<System.Guid>)
- RunTask(System.Guid)
- RunTaskList(System.Guid, int)
- SaveAllTaskListsToXmlFile(string)
- SaveTaskListToXmlFile(System.Guid, string)
- SendFile(string, byte[], bool, bool)
- SetLogFolder(string, bool)
- SetTeExePath(string)
- TerminateApp(string)
- UpdateTaskList(Microsoft.FactoryOrchestrator.Core.TaskList)
- UpdateTaskRun(Microsoft.FactoryOrchestrator.Core.TaskRun)