├── .github └── ISSUE_TEMPLATE │ ├── ask-a-question.md │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── ClientLibrary └── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetWdpHttpPort() │ └── index.html ├── CoreLibrary └── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetWdpHttpPort() │ └── index.html ├── LICENSE ├── NOTICE.txt ├── README.md ├── SECURITY.md ├── StartAppDebug.cmd ├── StartClientSampleDebug.cmd ├── StartServiceDebug.cmd ├── docs ├── AddAPILinks.ps1 ├── README.md ├── docs │ ├── ClientLibrary │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-AbortAll().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-AbortTaskList(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-AbortTaskRun(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CallBack.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CertificateHash.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-Connect(bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-Connect(string_string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateClientFileReader(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateClientFileWriter(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateDirectory(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateIpcException(System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateIpcRequest(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateIpcRequest(string_object--).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateTaskListFromDirectory(string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateTaskListFromTaskList(Microsoft-FactoryOrchestrator-Core-TaskList).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-DeleteFileOrFolder(string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-DeleteTaskList(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-DiscoverFactoryOrchestratorDevices(int_string_string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnableLocalLoopbackForApp(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnumerateDirectories(string_bool_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnumerateFiles(string_bool_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnumerateLocalDirectories(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnumerateLocalFiles(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-FactoryOrchestratorClient(System-Net-IPAddress_System-Net-Security-RemoteCertificateValidationCallback_int_string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-FactoryOrchestratorClient(System-Net-IPAddress_System-Net-Security-RemoteCertificateValidationCallback_int_string_string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-FactoryOrchestratorClient(System-Net-IPAddress_int).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-FactoryOrchestratorClient(System-Net-IPAddress_int_string_string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetBootTaskListGuids().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetBootTaskListSummaries().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetClientVersionString().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetContainerIpAddresses().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetDirectoryFromDevice(string_string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetDisabledPages().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetDnsHostName().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetFile(string_long_int_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetFileFromDevice(string_string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetInstalledApps().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetInstalledAppsDetailed().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetIpAddressesAndNicNames().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetLastServiceError().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetLogFolder().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetOEMVersionString().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetOSPlatform().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetOSVersionString().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetServiceEvents().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetServiceEvents(System-DateTime).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetServiceEvents(ulong).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetServiceVersionString().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetTaskListGuids().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetTaskListSummaries().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetWdpHttpPort().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-HostName.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-InstallApp(string_System-Collections-Generic-List-string-_string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IpAddress.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsConnected.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsContainerRunning().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsExecutingBootTasks().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsLocalHost.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsNetworkAccessEnabled().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-LoadTaskListsFromXmlFile(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-MoveFileOrFolder(string_string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-OSVersion.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-OnConnected.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-Port.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-QueryTask(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-QueryTaskList(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-QueryTaskRun(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RebootDevice(uint).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ReorderTaskLists(System-Collections-Generic-List-System-Guid-).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ResetService(bool_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunAllTaskLists().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunApp(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunExecutable(string_string_string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunTask(Microsoft-FactoryOrchestrator-Core-TaskBase).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunTask(Microsoft-FactoryOrchestrator-Core-TaskBase_System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunTask(Microsoft-FactoryOrchestrator-Core-TaskBase_System-Nullable-System-Guid-).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunTask(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunTaskList(System-Guid_int).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SaveAllTaskListsToXmlFile(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SaveTaskListToXmlFile(System-Guid_string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SendAndInstallApp(string_System-Collections-Generic-List-string-_string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SendDirectoryToDevice(string_string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SendFile(string_byte--_bool_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SendFileToDevice(string_string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ServerCertificateValidationCallback.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ServerIdentity.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SetLogFolder(string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SetTeExePath(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ShutdownDevice(uint).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-TerminateApp(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-TryConnect(bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-TryDeleteLocalFile(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-UpdateTaskList(Microsoft-FactoryOrchestrator-Core-TaskList).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-UpdateTaskRun(Microsoft-FactoryOrchestrator-Core-TaskRun).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-_IpcClient.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorConnectionException-FactoryOrchestratorConnectionException().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorConnectionException-FactoryOrchestratorConnectionException(System-Net-IPAddress).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorConnectionException-FactoryOrchestratorConnectionException(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorConnectionException-FactoryOrchestratorConnectionException(string_System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorConnectionException.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException-ClientVersion.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException-FactoryOrchestratorVersionMismatchException().md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException-FactoryOrchestratorVersionMismatchException(System-Net-IPAddress_string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException-FactoryOrchestratorVersionMismatchException(string).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException-FactoryOrchestratorVersionMismatchException(string_System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException-ServiceVersion.md │ │ ├── Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException.md │ │ ├── Microsoft-FactoryOrchestrator-Client-IPCClientOnConnected().md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPoller-Dispose().md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPoller-Dispose(bool).md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPoller-IsPolling.md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPoller-LatestObject.md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPoller-OnException.md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPoller-OnUpdatedObject.md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPoller-OnlyRaiseOnExceptionEventForConnectionException.md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPoller-PollingGuid.md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPoller-ServerPoller(System-Nullable-System-Guid-_System-Type_int_bool_int).md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPoller-StartPolling(Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient).md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPoller-StopPolling().md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPoller.md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPollerEventArgs-Result.md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPollerEventArgs-ServerPollerEventArgs(object).md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPollerEventArgs.md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPollerEventHandler(object_Microsoft-FactoryOrchestrator-Client-ServerPollerEventArgs).md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPollerExceptionHandler(object_Microsoft-FactoryOrchestrator-Client-ServerPollerExceptionHandlerEventArgs).md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPollerExceptionHandlerEventArgs-Exception.md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPollerExceptionHandlerEventArgs-ServerPollerExceptionHandlerEventArgs(System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Client-ServerPollerExceptionHandlerEventArgs.md │ │ └── Microsoft-FactoryOrchestrator-Client.md │ ├── CoreLibrary │ │ ├── Microsoft-FactoryOrchestrator-Core-AppPackages-Packages.md │ │ ├── Microsoft-FactoryOrchestrator-Core-AppPackages-ToString().md │ │ ├── Microsoft-FactoryOrchestrator-Core-AppPackages.md │ │ ├── Microsoft-FactoryOrchestrator-Core-BatchFileTask-BatchFileTask(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-BatchFileTask-Equals(object).md │ │ ├── Microsoft-FactoryOrchestrator-Core-BatchFileTask-Name.md │ │ ├── Microsoft-FactoryOrchestrator-Core-BatchFileTask.md │ │ ├── Microsoft-FactoryOrchestrator-Core-CommandLineTask-CommandLineTask(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-CommandLineTask-Equals(object).md │ │ ├── Microsoft-FactoryOrchestrator-Core-CommandLineTask-Name.md │ │ ├── Microsoft-FactoryOrchestrator-Core-CommandLineTask.md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExecutableTask-BackgroundTask.md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExecutableTask-Equals(object).md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExecutableTask-ExecutableTask(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExecutableTask-ExecutableTask(string_Microsoft-FactoryOrchestrator-Core-TaskType).md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExecutableTask-Name.md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExecutableTask-ToString().md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExecutableTask.md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExternalTask-Equals(object).md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExternalTask-ExternalTask(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExternalTask-ExternalTask(string_string_Microsoft-FactoryOrchestrator-Core-TaskType).md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExternalTask-Name.md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExternalTask-ToString().md │ │ ├── Microsoft-FactoryOrchestrator-Core-ExternalTask.md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerDisabledException-FactoryOrchestratorContainerDisabledException().md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerDisabledException-FactoryOrchestratorContainerDisabledException(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerDisabledException-FactoryOrchestratorContainerDisabledException(string_System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerDisabledException-FactoryOrchestratorContainerDisabledException(string_System-Nullable-System-Guid-_System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerDisabledException.md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerException-FactoryOrchestratorContainerException().md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerException-FactoryOrchestratorContainerException(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerException-FactoryOrchestratorContainerException(string_System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerException-FactoryOrchestratorContainerException(string_System-Nullable-System-Guid-_System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerException.md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException-FactoryOrchestratorException().md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException-FactoryOrchestratorException(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException-FactoryOrchestratorException(string_System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException-FactoryOrchestratorException(string_System-Nullable-System-Guid-_System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException-Guid.md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException.md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorTaskListRunningException-FactoryOrchestratorTaskListRunningException().md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorTaskListRunningException-FactoryOrchestratorTaskListRunningException(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorTaskListRunningException-FactoryOrchestratorTaskListRunningException(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorTaskListRunningException-FactoryOrchestratorTaskListRunningException(string_System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorTaskListRunningException.md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorUnkownGuidException-FactoryOrchestratorUnkownGuidException().md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorUnkownGuidException-FactoryOrchestratorUnkownGuidException(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorUnkownGuidException-FactoryOrchestratorUnkownGuidException(System-Guid_System-Type).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorUnkownGuidException-FactoryOrchestratorUnkownGuidException(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorUnkownGuidException-FactoryOrchestratorUnkownGuidException(string_System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorUnkownGuidException.md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-FactoryOrchestratorXML().md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-Load(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-PostDeserialize().md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-Save(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-TaskLists.md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML.md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXmlException-FactoryOrchestratorXmlException().md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXmlException-FactoryOrchestratorXmlException(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXmlException-FactoryOrchestratorXmlException(string_System-Exception).md │ │ ├── Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXmlException.md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-AbortAll().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-AbortTaskList(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-AbortTaskRun(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-Connect(string_string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-CreateTaskListFromDirectory(string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-CreateTaskListFromTaskList(Microsoft-FactoryOrchestrator-Core-TaskList).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-DeleteFileOrFolder(string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-DeleteTaskList(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-EnableLocalLoopbackForApp(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-EnumerateDirectories(string_bool_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-EnumerateFiles(string_bool_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetBootTaskListGuids().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetBootTaskListSummaries().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetContainerIpAddresses().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetDisabledPages().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetDnsHostName().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetFile(string_long_int_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetInstalledApps().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetInstalledAppsDetailed().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetIpAddressesAndNicNames().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetLastServiceError().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetLogFolder().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetOEMVersionString().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetOSPlatform().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetOSVersionString().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetServiceEvents().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetServiceEvents(System-DateTime).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetServiceEvents(ulong).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetServiceVersionString().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetTaskListGuids().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetTaskListSummaries().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetWdpHttpPort().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-InstallApp(string_System-Collections-Generic-List-string-_string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-IsContainerRunning().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-IsExecutingBootTasks().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-IsNetworkAccessEnabled().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-LoadTaskListsFromXmlFile(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-MoveFileOrFolder(string_string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-QueryTask(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-QueryTaskList(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-QueryTaskRun(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-ReorderTaskLists(System-Collections-Generic-List-System-Guid-).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-ResetService(bool_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunAllTaskLists().md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunApp(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunExecutable(string_string_string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunTask(Microsoft-FactoryOrchestrator-Core-TaskBase).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunTask(Microsoft-FactoryOrchestrator-Core-TaskBase_System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunTask(Microsoft-FactoryOrchestrator-Core-TaskBase_System-Nullable-System-Guid-).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunTask(System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunTaskList(System-Guid_int).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SaveAllTaskListsToXmlFile(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SaveTaskListToXmlFile(System-Guid_string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SendFile(string_byte--_bool_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SetLogFolder(string_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SetTeExePath(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-TerminateApp(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-UpdateTaskList(Microsoft-FactoryOrchestrator-Core-TaskList).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-UpdateTaskRun(Microsoft-FactoryOrchestrator-Core-TaskRun).md │ │ ├── Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService.md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--Add(T).md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--AddRange(System-Collections-Generic-IEnumerable-T-).md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--Clear().md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--Contains(T).md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--CopyTo(T--_int).md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--Count.md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--GetEnumerator().md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--GetRange(int_int).md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--IndexOf(T).md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--Insert(int_T).md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--IsFixedSize.md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--IsReadOnly.md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--IsSynchronized.md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--Remove(T).md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--RemoveAt(int).md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--SyncRoot.md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T--this-int-.md │ │ ├── Microsoft-FactoryOrchestrator-Core-LockingList-T-.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageInfo-AppId.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageInfo-FamilyName.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageInfo-FullName.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageInfo-IsSideloaded().md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageInfo-Name.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageInfo-PackageOrigin.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageInfo-Publisher.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageInfo-ToString().md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageInfo-Version.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageInfo.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageVersion-Build.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageVersion-Major.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageVersion-Minor.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageVersion-Revision.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageVersion-ToString().md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageVersion-Version.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PackageVersion.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PowerShellTask-Equals(object).md │ │ ├── Microsoft-FactoryOrchestrator-Core-PowerShellTask-Name.md │ │ ├── Microsoft-FactoryOrchestrator-Core-PowerShellTask-PowerShellTask(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-PowerShellTask.md │ │ ├── Microsoft-FactoryOrchestrator-Core-ServiceEvent-EventIndex.md │ │ ├── Microsoft-FactoryOrchestrator-Core-ServiceEvent-EventTime.md │ │ ├── Microsoft-FactoryOrchestrator-Core-ServiceEvent-Guid.md │ │ ├── Microsoft-FactoryOrchestrator-Core-ServiceEvent-Message.md │ │ ├── Microsoft-FactoryOrchestrator-Core-ServiceEvent-ServiceEvent().md │ │ ├── Microsoft-FactoryOrchestrator-Core-ServiceEvent-ServiceEvent(Microsoft-FactoryOrchestrator-Core-ServiceEventType_System-Nullable-System-Guid-_string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-ServiceEvent-ServiceEventType.md │ │ ├── Microsoft-FactoryOrchestrator-Core-ServiceEvent.md │ │ ├── Microsoft-FactoryOrchestrator-Core-ServiceEventType.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TAEFTest-Equals(object).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TAEFTest-TAEFTest(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TAEFTest.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-AbortTaskListOnFailed.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-Arguments.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-CreateTaskFromTaskRun(Microsoft-FactoryOrchestrator-Core-TaskRun).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-DeepCopy().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-Equals(object).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-GetHashCode().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-Guid.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-IsRunningOrPending.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunExitCode.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunGuid.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunPassed.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunRunTime.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunStatus.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunTimeFinished.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunTimeStarted.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-MaxNumberOfRetries.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-Name.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-Path.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-RunByClient.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-RunByServer.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-RunInContainer.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeAbortTaskListOnFailed().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeLatestTaskRunExitCode().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeLatestTaskRunStatus().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeLatestTaskRunTimeFinished().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeLatestTaskRunTimeStarted().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeMaxNumberOfRetries().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeRunInContainer().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeTaskRunGuids().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeTimeoutSeconds().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeTimesRetried().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-TaskBase(Microsoft-FactoryOrchestrator-Core-TaskType).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-TaskBase(string_Microsoft-FactoryOrchestrator-Core-TaskType).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-TaskLock.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-TaskRunGuids.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-TimeoutSeconds.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-TimesRetried.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase-Type.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskBase.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-AllowOtherTaskListsToRun.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-BackgroundTasks.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-Equals(object).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-GetHashCode().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-Guid.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-IsRunningOrPending.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-Name.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-RunInParallel.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-ShouldSerializeBackgroundTasks().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-ShouldSerializeTasks().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-ShouldSerializeTerminateBackgroundTasksOnCompletion().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-TaskList(string_System-Guid).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-TaskListStatus.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-Tasks.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-TerminateBackgroundTasksOnCompletion.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-ToString().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList-ValidateTaskList().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskList.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-AllowOtherTaskListsToRun.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-Equals(Microsoft-FactoryOrchestrator-Core-TaskListSummary).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-Equals(object).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-GetHashCode().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-Guid.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-IsRunningOrPending.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-Name.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-RunInParallel.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-Status.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-TaskListSummary(Microsoft-FactoryOrchestrator-Core-TaskListSummary).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-TaskListSummary(System-Guid_string_Microsoft-FactoryOrchestrator-Core-TaskStatus_bool_bool_bool).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-TerminateBackgroundTasksOnCompletion.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-ToString().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-op_Equality(Microsoft-FactoryOrchestrator-Core-TaskListSummary_Microsoft-FactoryOrchestrator-Core-TaskListSummary).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary-op_Inequality(Microsoft-FactoryOrchestrator-Core-TaskListSummary_Microsoft-FactoryOrchestrator-Core-TaskListSummary).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskListSummary.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-Arguments.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-BackgroundTask.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-DeepCopy().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-Equals(object).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-ExitCode.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-GetHashCode().md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-Guid.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-LogFilePath.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-OwningTaskGuid.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-RunByClient.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-RunByServer.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-RunInContainer.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-RunTime.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-TaskName.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-TaskOutput.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-TaskPath.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-TaskRun(Microsoft-FactoryOrchestrator-Core-TaskBase).md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-TaskRunComplete.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-TaskStatus.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-TaskType.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-TimeFinished.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-TimeStarted.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun-TimeoutSeconds.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskRun.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskStatus.md │ │ ├── Microsoft-FactoryOrchestrator-Core-TaskType.md │ │ ├── Microsoft-FactoryOrchestrator-Core-UWPTask-AutoPassedIfLaunched.md │ │ ├── Microsoft-FactoryOrchestrator-Core-UWPTask-Equals(object).md │ │ ├── Microsoft-FactoryOrchestrator-Core-UWPTask-Name.md │ │ ├── Microsoft-FactoryOrchestrator-Core-UWPTask-TerminateOnCompleted.md │ │ ├── Microsoft-FactoryOrchestrator-Core-UWPTask-UWPTask(string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-UWPTask-UWPTask(string_string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-UWPTask.md │ │ ├── Microsoft-FactoryOrchestrator-Core-WDPHelpers-CloseAppWithWDP(string_string).md │ │ ├── Microsoft-FactoryOrchestrator-Core-WDPHelpers-GetInstalledAppPackagesAsync().md │ │ ├── Microsoft-FactoryOrchestrator-Core-WDPHelpers-GetInstalledAppPackagesAsync(string).md │ │ └── Microsoft-FactoryOrchestrator-Core.md │ ├── factory-orchestrator-client-usage-samples.md │ ├── find-factory-orchestrator-devices.md │ ├── get-started-with-factory-orchestrator.md │ ├── images │ │ ├── build-fo-uwp-1.png │ │ ├── build-fo-uwp-2.png │ │ ├── build-fo-uwp-3.png │ │ ├── build-fo-uwp-4.png │ │ ├── build-fo-uwp-5.png │ │ ├── connectpage.png │ │ ├── create-new-tasklist.png │ │ ├── edit-task.png │ │ ├── edit-tasklist-page.png │ │ ├── existing-tasklists.png │ │ ├── external-task.png │ │ ├── externalTaskNoMedia.png │ │ ├── externalTaskPicture.png │ │ ├── externalTaskVideo.png │ │ ├── fo-background-tasks-executing.png │ │ ├── fo-cmd.png │ │ ├── fo-follow-tasks.png │ │ ├── fo-image.jpg │ │ ├── fo-logo.png │ │ ├── fo-transfer-files.png │ │ ├── fo-version-number.png │ │ ├── fo-video.jpg │ │ ├── import-sxml.png │ │ ├── load-folder-as-tasklist.png │ │ ├── load-tasklist-from.png │ │ ├── re-run-task.png │ │ ├── run-a-tasklist.png │ │ ├── running-tasklist.png │ │ ├── save-icon.png │ │ ├── save-tasklists.png │ │ ├── service-start.png │ │ ├── symbols-icon.png │ │ ├── tasklist-rename.png │ │ ├── test-results.png │ │ └── wdp-no-auth.png │ ├── index.md │ ├── service-configuration.md │ ├── tasks-and-tasklists.md │ ├── uninstall-factory-orchestrator.md │ ├── use-the-factory-orchestrator-api.md │ └── use-the-factory-orchestrator-app.md ├── mkdocs.yml └── requirements.txt ├── install ├── InstallFactoryOrchestratorService.ps1 ├── InstallFactoryOrchestratorService.sh ├── Microsoft.FactoryOrchestrator.CleanVolatile.service ├── Microsoft.FactoryOrchestrator.CleanVolatile.sh ├── Microsoft.FactoryOrchestrator.service ├── UninstallFactoryOrchestratorService.ps1 └── UninstallFactoryOrchestratorService.sh ├── oss ├── Directory.Build.props ├── IpcFramework │ ├── .editorconfig │ ├── JKang.IpcServiceFramework.Client.NamedPipe │ │ ├── JKang.IpcServiceFramework.Client.NamedPipe.csproj │ │ ├── NamedPipeIpcClient.cs │ │ ├── NamedPipeIpcClientOptions.cs │ │ └── NamedPipeIpcClientServiceCollectionExtensions.cs │ ├── JKang.IpcServiceFramework.Client.Tcp │ │ ├── JKang.IpcServiceFramework.Client.Tcp.csproj │ │ ├── TcpIpcClient.cs │ │ ├── TcpIpcClientOptions.cs │ │ └── TcpIpcClientServiceCollectionExtensions.cs │ ├── JKang.IpcServiceFramework.Client │ │ ├── IIpcClient.cs │ │ ├── IIpcClientFactory.cs │ │ ├── IpcClient.cs │ │ ├── IpcClientFactory.cs │ │ ├── IpcClientOptions.cs │ │ ├── IpcClientRegistration.cs │ │ ├── IpcClientServiceCollectionExtensions.cs │ │ ├── IpcStreamWrapper.cs │ │ └── JKang.IpcServiceFramework.Client.csproj │ ├── JKang.IpcServiceFramework.Core.Tests │ │ ├── DefaultValueConverterTest.cs │ │ ├── Fixtures │ │ │ ├── ComplexType.cs │ │ │ ├── EnumType.cs │ │ │ └── IComplexType.cs │ │ └── JKang.IpcServiceFramework.Core.Tests.csproj │ ├── JKang.IpcServiceFramework.Core │ │ ├── GlobalSuppressions.cs │ │ ├── IO │ │ │ ├── IpcReader.cs │ │ │ └── IpcWriter.cs │ │ ├── IpcCommunicationException.cs │ │ ├── IpcException.cs │ │ ├── IpcFaultException.cs │ │ ├── IpcRequest.cs │ │ ├── IpcResponse.cs │ │ ├── IpcSerializationException.cs │ │ ├── IpcStatus.cs │ │ ├── JKang.IpcServiceFramework.Core.csproj │ │ └── Services │ │ │ ├── DefaultIpcMessageSerializer.cs │ │ │ ├── DefaultValueConverter.cs │ │ │ ├── IIpcMessageSerializer.cs │ │ │ └── IValueConverter.cs │ ├── JKang.IpcServiceFramework.Hosting.NamedPipe │ │ ├── GlobalSuppressions.cs │ │ ├── JKang.IpcServiceFramework.Hosting.NamedPipe.csproj │ │ ├── NamedPipeIpcEndpoint.cs │ │ ├── NamedPipeIpcEndpointOptions.cs │ │ ├── NamedPipeIpcHostBuilderExtensions.cs │ │ └── NamedPipeNative.cs │ ├── JKang.IpcServiceFramework.Hosting.Tcp │ │ ├── GlobalSuppressions.cs │ │ ├── JKang.IpcServiceFramework.Hosting.Tcp.csproj │ │ ├── TcpIpcEndpoint.cs │ │ ├── TcpIpcEndpointOptions.cs │ │ └── TcpIpcHostBuilderExtensions.cs │ ├── JKang.IpcServiceFramework.Hosting │ │ ├── GenericHostBuilderExtensions.cs │ │ ├── GlobalSuppressions.cs │ │ ├── IIpcEndpoint.cs │ │ ├── IIpcHostBuilder.cs │ │ ├── IpcBackgroundService.cs │ │ ├── IpcEndpoint.cs │ │ ├── IpcEndpointOptions.cs │ │ ├── IpcHostBuilder.cs │ │ ├── IpcHostingConfigurationException.cs │ │ └── JKang.IpcServiceFramework.Hosting.csproj │ ├── JKang.IpcServiceFramework.NamedPipeTests │ │ ├── ContractTest.cs │ │ ├── EdgeCaseTest.cs │ │ ├── ErrorTest.cs │ │ ├── Fixtures │ │ │ ├── ITestDto.cs │ │ │ ├── ITestService.cs │ │ │ ├── ITestService2.cs │ │ │ ├── TestDto.cs │ │ │ ├── UnserializableObject.cs │ │ │ └── XorStream.cs │ │ ├── JKang.IpcServiceFramework.NamedPipeTests.csproj │ │ ├── MultipleEndpointTest.cs │ │ ├── SimpleTypeNameContractTest.cs │ │ └── StreamTranslatorTest.cs │ ├── JKang.IpcServiceFramework.TcpTests │ │ ├── EdgeCaseTest.cs │ │ ├── Fixtures │ │ │ └── ITestService.cs │ │ ├── HappyPathTest.cs │ │ └── JKang.IpcServiceFramework.TcpTests.csproj │ ├── JKang.IpcServiceFramework.Testing │ │ ├── IpcApplicationFactory.cs │ │ ├── JKang.IpcServiceFramework.Testing.csproj │ │ └── TestHelpers.cs │ └── common.props ├── IpcServiceFramework.txt ├── Pe-Utility.txt ├── Pe-Utility │ ├── Executable.cs │ ├── ExecutableReader.cs │ ├── NativeStruct.cs │ └── Pe-Utility.csproj └── cgmanifest.json └── src ├── .editorconfig ├── App ├── AboutPage.xaml ├── AboutPage.xaml.cs ├── App.xaml ├── App.xaml.cs ├── AppsPage.xaml ├── AppsPage.xaml.cs ├── Assets │ ├── LargeTile.scale-100.png │ ├── LargeTile.scale-125.png │ ├── LargeTile.scale-150.png │ ├── LargeTile.scale-200.png │ ├── LargeTile.scale-400.png │ ├── SmallTile.scale-100.png │ ├── SmallTile.scale-125.png │ ├── SmallTile.scale-150.png │ ├── SmallTile.scale-200.png │ ├── SmallTile.scale-400.png │ ├── SplashScreen.scale-100.png │ ├── SplashScreen.scale-125.png │ ├── SplashScreen.scale-150.png │ ├── SplashScreen.scale-200.png │ ├── SplashScreen.scale-400.png │ ├── Square150x150Logo.scale-100.png │ ├── Square150x150Logo.scale-125.png │ ├── Square150x150Logo.scale-150.png │ ├── Square150x150Logo.scale-200.png │ ├── Square150x150Logo.scale-400.png │ ├── Square44x44Logo.altform-unplated_targetsize-16.png │ ├── Square44x44Logo.altform-unplated_targetsize-256.png │ ├── Square44x44Logo.altform-unplated_targetsize-32.png │ ├── Square44x44Logo.altform-unplated_targetsize-48.png │ ├── Square44x44Logo.scale-100.png │ ├── Square44x44Logo.scale-125.png │ ├── Square44x44Logo.scale-150.png │ ├── Square44x44Logo.scale-200.png │ ├── Square44x44Logo.scale-400.png │ ├── Square44x44Logo.targetsize-16.png │ ├── Square44x44Logo.targetsize-24.png │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ ├── Square44x44Logo.targetsize-256.png │ ├── Square44x44Logo.targetsize-32.png │ ├── Square44x44Logo.targetsize-48.png │ ├── StoreLogo.scale-100.png │ ├── StoreLogo.scale-125.png │ ├── StoreLogo.scale-150.png │ ├── StoreLogo.scale-200.png │ ├── StoreLogo.scale-400.png │ ├── Wide310x150Logo.scale-100.png │ ├── Wide310x150Logo.scale-125.png │ ├── Wide310x150Logo.scale-150.png │ ├── Wide310x150Logo.scale-200.png │ ├── Wide310x150Logo.scale-400.png │ └── devshelllogo.png ├── ConnectionPage.xaml ├── ConnectionPage.xaml.cs ├── ConsolePage.xaml ├── ConsolePage.xaml.cs ├── EditPage.xaml ├── EditPage.xaml.cs ├── ExternalTestResultPage.xaml ├── ExternalTestResultPage.xaml.cs ├── FileTransferPage.xaml ├── FileTransferPage.xaml.cs ├── MainPage.xaml ├── MainPage.xaml.cs ├── Microsoft.FactoryOrchestrator.App.csproj ├── Package.appxmanifest ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ └── Default.rd.xml ├── Resources │ ├── en-US │ │ └── Resources.resw │ ├── zh-CN │ │ └── Resources.resw │ └── zh-TW │ │ └── Resources.resw ├── ResultsPage.xaml ├── ResultsPage.xaml.cs ├── ResultsViewSelector.cs ├── SaveLoadEditPage.xaml ├── SaveLoadEditPage.xaml.cs ├── Settings.cs ├── TaskListExecutionPage.xaml ├── TaskListExecutionPage.xaml.cs ├── TaskListViewSelector.cs ├── TaskStatusDataBindingConverter.cs ├── WdpPage.xaml ├── WdpPage.xaml.cs └── WindowsDev_TemporaryKey.pfx ├── ClientLibrary ├── .gitignore ├── FactoryOrchestratorClient.cs ├── Microsoft.FactoryOrchestrator.Client.csproj └── ServerPoller.cs ├── ClientSample ├── Microsoft.FactoryOrchestrator.ClientSample.csproj ├── Program.cs └── Resources │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Resources.zh-CN.resx │ └── Resources.zh-TW.resx ├── CoreLibrary ├── ClientTemplate │ ├── IPCInterfaceHelperTemplate.cs │ └── IPCInterfaceHelperTemplateSync.cs ├── FactoryOrchestratorXML.xsd ├── IPCInterface.cs ├── JsonConverters.cs ├── Microsoft.FactoryOrchestrator.Core.csproj ├── Resources │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Resources.zh-CN.resx │ └── Resources.zh-TW.resx ├── ServerExceptions.cs ├── SharedClasses.cs └── WDPHelpers.cs ├── FactoryOrchestrator.sln ├── FactoryOrchestratorNoApp.sln ├── PowerShellLibrary ├── CmdletClasses.cs ├── FactoryOrchestratorClientSync.cs ├── Microsoft.FactoryOrchestrator.Client.psd1 ├── Microsoft.FactoryOrchestrator.PowerShell.csproj └── license.txt ├── ServerLibrary ├── Microsoft.FactoryOrchestrator.Server.csproj └── ServerClasses.cs ├── Service ├── CommunicationHandler.cs ├── FactoryServer.pfx ├── LogFileProvider.cs ├── Microsoft.FactoryOrchestrator.Service.csproj ├── ServiceExe.cs └── ServiceStatus.cs ├── Tests ├── ClientSampleIntegrationTest │ ├── ClientSampleIntegrationTests.cs │ └── ClientSampleIntegrationTests.csproj ├── Directory.Build.props ├── UnitTests │ ├── CoreLibraryUnitTests │ │ ├── CoreLibraryUnitTests.cs │ │ ├── CoreLibraryUnitTests.csproj │ │ └── DuplicateGuids.xml │ ├── PowerShellUnitTests │ │ ├── PowerShellUnitTests.cs │ │ └── PowerShellUnitTests.csproj │ └── ServerLibraryUnitTests │ │ ├── DupGuid1.xml │ │ ├── DupGuid2.xml │ │ ├── ServerLibraryUnitTests.cs │ │ ├── ServerLibraryUnitTests.csproj │ │ ├── Valid.xml │ │ └── Valid_Windows.xml └── defaults.runsettings ├── UWPClientLibrary ├── DnsSdHelpers.cs ├── FactoryOrchestratorUWPClient.cs ├── Microsoft.FactoryOrchestrator.UWPClient.csproj └── Properties │ ├── AssemblyInfo.cs │ └── Microsoft.FactoryOrchestrator.UWPClient.rd.xml └── common.props /.github/ISSUE_TEMPLATE/ask-a-question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/.github/ISSUE_TEMPLATE/ask-a-question.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetWdpHttpPort()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetWdpHttpPort()/index.html -------------------------------------------------------------------------------- /CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetWdpHttpPort()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetWdpHttpPort()/index.html -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/LICENSE -------------------------------------------------------------------------------- /NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/NOTICE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/SECURITY.md -------------------------------------------------------------------------------- /StartAppDebug.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/StartAppDebug.cmd -------------------------------------------------------------------------------- /StartClientSampleDebug.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/StartClientSampleDebug.cmd -------------------------------------------------------------------------------- /StartServiceDebug.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/StartServiceDebug.cmd -------------------------------------------------------------------------------- /docs/AddAPILinks.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/AddAPILinks.ps1 -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-AbortAll().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-AbortAll().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-AbortTaskList(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-AbortTaskList(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-AbortTaskRun(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-AbortTaskRun(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CallBack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CallBack.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CertificateHash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CertificateHash.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-Connect(bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-Connect(bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-Connect(string_string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-Connect(string_string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateClientFileReader(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateClientFileReader(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateClientFileWriter(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateClientFileWriter(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateDirectory(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateDirectory(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateIpcException(System-Exception).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateIpcException(System-Exception).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateIpcRequest(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateIpcRequest(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateIpcRequest(string_object--).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-CreateIpcRequest(string_object--).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-DeleteFileOrFolder(string_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-DeleteFileOrFolder(string_bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-DeleteTaskList(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-DeleteTaskList(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnableLocalLoopbackForApp(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnableLocalLoopbackForApp(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnumerateDirectories(string_bool_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnumerateDirectories(string_bool_bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnumerateFiles(string_bool_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnumerateFiles(string_bool_bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnumerateLocalDirectories(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnumerateLocalDirectories(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnumerateLocalFiles(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-EnumerateLocalFiles(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetBootTaskListGuids().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetBootTaskListGuids().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetBootTaskListSummaries().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetBootTaskListSummaries().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetClientVersionString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetClientVersionString().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetContainerIpAddresses().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetContainerIpAddresses().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetDisabledPages().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetDisabledPages().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetDnsHostName().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetDnsHostName().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetFile(string_long_int_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetFile(string_long_int_bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetFileFromDevice(string_string_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetFileFromDevice(string_string_bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetInstalledApps().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetInstalledApps().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetInstalledAppsDetailed().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetInstalledAppsDetailed().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetIpAddressesAndNicNames().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetIpAddressesAndNicNames().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetLastServiceError().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetLastServiceError().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetLogFolder().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetLogFolder().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetOEMVersionString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetOEMVersionString().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetOSPlatform().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetOSPlatform().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetOSVersionString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetOSVersionString().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetServiceEvents().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetServiceEvents().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetServiceEvents(System-DateTime).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetServiceEvents(System-DateTime).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetServiceEvents(ulong).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetServiceEvents(ulong).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetServiceVersionString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetServiceVersionString().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetTaskListGuids().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetTaskListGuids().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetTaskListSummaries().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetTaskListSummaries().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetWdpHttpPort().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-GetWdpHttpPort().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-HostName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-HostName.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IpAddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IpAddress.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsConnected.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsConnected.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsContainerRunning().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsContainerRunning().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsExecutingBootTasks().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsExecutingBootTasks().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsLocalHost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsLocalHost.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsNetworkAccessEnabled().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-IsNetworkAccessEnabled().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-LoadTaskListsFromXmlFile(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-LoadTaskListsFromXmlFile(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-MoveFileOrFolder(string_string_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-MoveFileOrFolder(string_string_bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-OSVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-OSVersion.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-OnConnected.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-OnConnected.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-Port.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-Port.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-QueryTask(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-QueryTask(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-QueryTaskList(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-QueryTaskList(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-QueryTaskRun(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-QueryTaskRun(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RebootDevice(uint).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RebootDevice(uint).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ResetService(bool_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ResetService(bool_bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunAllTaskLists().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunAllTaskLists().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunApp(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunApp(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunTask(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunTask(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunTaskList(System-Guid_int).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-RunTaskList(System-Guid_int).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SaveAllTaskListsToXmlFile(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SaveAllTaskListsToXmlFile(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SendFile(string_byte--_bool_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SendFile(string_byte--_bool_bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SendFileToDevice(string_string_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SendFileToDevice(string_string_bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ServerCertificateValidationCallback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ServerCertificateValidationCallback.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ServerIdentity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ServerIdentity.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SetLogFolder(string_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SetLogFolder(string_bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SetTeExePath(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-SetTeExePath(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ShutdownDevice(uint).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-ShutdownDevice(uint).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-TerminateApp(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-TerminateApp(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-TryConnect(bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-TryConnect(bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-TryDeleteLocalFile(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-TryDeleteLocalFile(string).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-_IpcClient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient-_IpcClient.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorClient.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorConnectionException.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorConnectionException.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException-ClientVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException-ClientVersion.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException-ServiceVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException-ServiceVersion.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-FactoryOrchestratorVersionMismatchException.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-IPCClientOnConnected().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-IPCClientOnConnected().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-Dispose().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-Dispose().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-Dispose(bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-Dispose(bool).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-IsPolling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-IsPolling.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-LatestObject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-LatestObject.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-OnException.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-OnException.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-OnUpdatedObject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-OnUpdatedObject.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-OnlyRaiseOnExceptionEventForConnectionException.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-OnlyRaiseOnExceptionEventForConnectionException.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-PollingGuid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-PollingGuid.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-StopPolling().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller-StopPolling().md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPoller.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPollerEventArgs-Result.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPollerEventArgs-Result.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPollerEventArgs-ServerPollerEventArgs(object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPollerEventArgs-ServerPollerEventArgs(object).md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPollerEventArgs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPollerEventArgs.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPollerExceptionHandlerEventArgs-Exception.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPollerExceptionHandlerEventArgs-Exception.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPollerExceptionHandlerEventArgs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client-ServerPollerExceptionHandlerEventArgs.md -------------------------------------------------------------------------------- /docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/ClientLibrary/Microsoft-FactoryOrchestrator-Client.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-AppPackages-Packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-AppPackages-Packages.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-AppPackages-ToString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-AppPackages-ToString().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-AppPackages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-AppPackages.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-BatchFileTask-BatchFileTask(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-BatchFileTask-BatchFileTask(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-BatchFileTask-Equals(object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-BatchFileTask-Equals(object).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-BatchFileTask-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-BatchFileTask-Name.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-BatchFileTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-BatchFileTask.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-CommandLineTask-CommandLineTask(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-CommandLineTask-CommandLineTask(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-CommandLineTask-Equals(object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-CommandLineTask-Equals(object).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-CommandLineTask-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-CommandLineTask-Name.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-CommandLineTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-CommandLineTask.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExecutableTask-BackgroundTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExecutableTask-BackgroundTask.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExecutableTask-Equals(object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExecutableTask-Equals(object).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExecutableTask-ExecutableTask(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExecutableTask-ExecutableTask(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExecutableTask-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExecutableTask-Name.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExecutableTask-ToString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExecutableTask-ToString().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExecutableTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExecutableTask.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExternalTask-Equals(object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExternalTask-Equals(object).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExternalTask-ExternalTask(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExternalTask-ExternalTask(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExternalTask-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExternalTask-Name.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExternalTask-ToString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExternalTask-ToString().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExternalTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ExternalTask.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerDisabledException.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerDisabledException.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerException.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorContainerException.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException-FactoryOrchestratorException().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException-FactoryOrchestratorException().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException-FactoryOrchestratorException(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException-FactoryOrchestratorException(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException-Guid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException-Guid.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorException.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorTaskListRunningException.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorTaskListRunningException.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorUnkownGuidException.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorUnkownGuidException.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-FactoryOrchestratorXML().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-FactoryOrchestratorXML().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-Load(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-Load(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-PostDeserialize().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-PostDeserialize().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-Save(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-Save(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-TaskLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML-TaskLists.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXML.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXmlException-FactoryOrchestratorXmlException().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXmlException-FactoryOrchestratorXmlException().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXmlException.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-FactoryOrchestratorXmlException.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-AbortAll().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-AbortAll().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-AbortTaskList(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-AbortTaskList(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-AbortTaskRun(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-AbortTaskRun(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-Connect(string_string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-Connect(string_string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-CreateTaskListFromDirectory(string_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-CreateTaskListFromDirectory(string_bool).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-DeleteFileOrFolder(string_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-DeleteFileOrFolder(string_bool).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-DeleteTaskList(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-DeleteTaskList(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-EnableLocalLoopbackForApp(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-EnableLocalLoopbackForApp(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-EnumerateDirectories(string_bool_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-EnumerateDirectories(string_bool_bool).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-EnumerateFiles(string_bool_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-EnumerateFiles(string_bool_bool).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetBootTaskListGuids().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetBootTaskListGuids().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetBootTaskListSummaries().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetBootTaskListSummaries().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetContainerIpAddresses().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetContainerIpAddresses().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetDisabledPages().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetDisabledPages().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetDnsHostName().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetDnsHostName().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetFile(string_long_int_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetFile(string_long_int_bool).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetInstalledApps().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetInstalledApps().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetInstalledAppsDetailed().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetInstalledAppsDetailed().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetIpAddressesAndNicNames().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetIpAddressesAndNicNames().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetLastServiceError().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetLastServiceError().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetLogFolder().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetLogFolder().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetOEMVersionString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetOEMVersionString().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetOSPlatform().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetOSPlatform().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetOSVersionString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetOSVersionString().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetServiceEvents().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetServiceEvents().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetServiceEvents(System-DateTime).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetServiceEvents(System-DateTime).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetServiceEvents(ulong).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetServiceEvents(ulong).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetServiceVersionString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetServiceVersionString().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetTaskListGuids().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetTaskListGuids().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetTaskListSummaries().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetTaskListSummaries().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetWdpHttpPort().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-GetWdpHttpPort().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-IsContainerRunning().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-IsContainerRunning().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-IsExecutingBootTasks().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-IsExecutingBootTasks().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-IsNetworkAccessEnabled().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-IsNetworkAccessEnabled().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-LoadTaskListsFromXmlFile(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-LoadTaskListsFromXmlFile(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-MoveFileOrFolder(string_string_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-MoveFileOrFolder(string_string_bool).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-QueryTask(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-QueryTask(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-QueryTaskList(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-QueryTaskList(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-QueryTaskRun(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-QueryTaskRun(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-ResetService(bool_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-ResetService(bool_bool).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunAllTaskLists().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunAllTaskLists().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunApp(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunApp(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunExecutable(string_string_string_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunExecutable(string_string_string_bool).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunTask(System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunTask(System-Guid).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunTaskList(System-Guid_int).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-RunTaskList(System-Guid_int).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SaveAllTaskListsToXmlFile(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SaveAllTaskListsToXmlFile(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SaveTaskListToXmlFile(System-Guid_string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SaveTaskListToXmlFile(System-Guid_string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SendFile(string_byte--_bool_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SendFile(string_byte--_bool_bool).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SetLogFolder(string_bool).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SetLogFolder(string_bool).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SetTeExePath(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-SetTeExePath(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-TerminateApp(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService-TerminateApp(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-IFactoryOrchestratorService.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--Add(T).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--Add(T).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--AddRange(System-Collections-Generic-IEnumerable-T-).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--AddRange(System-Collections-Generic-IEnumerable-T-).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--Clear().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--Clear().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--Contains(T).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--Contains(T).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--CopyTo(T--_int).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--CopyTo(T--_int).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--Count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--Count.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--GetEnumerator().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--GetEnumerator().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--GetRange(int_int).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--GetRange(int_int).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--IndexOf(T).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--IndexOf(T).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--Insert(int_T).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--Insert(int_T).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--IsFixedSize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--IsFixedSize.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--IsReadOnly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--IsReadOnly.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--IsSynchronized.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--IsSynchronized.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--Remove(T).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--Remove(T).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--RemoveAt(int).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--RemoveAt(int).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--SyncRoot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--SyncRoot.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--this-int-.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T--this-int-.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T-.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-LockingList-T-.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-AppId.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-AppId.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-FamilyName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-FamilyName.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-FullName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-FullName.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-IsSideloaded().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-IsSideloaded().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-Name.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-PackageOrigin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-PackageOrigin.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-Publisher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-Publisher.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-ToString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-ToString().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-Version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo-Version.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageInfo.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion-Build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion-Build.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion-Major.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion-Major.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion-Minor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion-Minor.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion-Revision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion-Revision.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion-ToString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion-ToString().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion-Version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion-Version.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PackageVersion.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PowerShellTask-Equals(object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PowerShellTask-Equals(object).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PowerShellTask-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PowerShellTask-Name.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PowerShellTask-PowerShellTask(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PowerShellTask-PowerShellTask(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PowerShellTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-PowerShellTask.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent-EventIndex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent-EventIndex.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent-EventTime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent-EventTime.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent-Guid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent-Guid.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent-Message.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent-Message.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent-ServiceEvent().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent-ServiceEvent().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent-ServiceEventType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent-ServiceEventType.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEvent.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEventType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-ServiceEventType.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TAEFTest-Equals(object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TAEFTest-Equals(object).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TAEFTest-TAEFTest(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TAEFTest-TAEFTest(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TAEFTest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TAEFTest.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-AbortTaskListOnFailed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-AbortTaskListOnFailed.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-Arguments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-Arguments.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-DeepCopy().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-DeepCopy().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-Equals(object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-Equals(object).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-GetHashCode().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-GetHashCode().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-Guid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-Guid.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-IsRunningOrPending.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-IsRunningOrPending.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunExitCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunExitCode.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunGuid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunGuid.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunPassed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunPassed.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunRunTime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunRunTime.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunStatus.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunTimeFinished.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunTimeFinished.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunTimeStarted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-LatestTaskRunTimeStarted.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-MaxNumberOfRetries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-MaxNumberOfRetries.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-Name.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-Path.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-Path.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-RunByClient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-RunByClient.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-RunByServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-RunByServer.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-RunInContainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-RunInContainer.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeAbortTaskListOnFailed().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeAbortTaskListOnFailed().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeLatestTaskRunExitCode().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeLatestTaskRunExitCode().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeLatestTaskRunStatus().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeLatestTaskRunStatus().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeLatestTaskRunTimeFinished().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeLatestTaskRunTimeFinished().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeLatestTaskRunTimeStarted().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeLatestTaskRunTimeStarted().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeMaxNumberOfRetries().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeMaxNumberOfRetries().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeRunInContainer().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeRunInContainer().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeTaskRunGuids().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeTaskRunGuids().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeTimeoutSeconds().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeTimeoutSeconds().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeTimesRetried().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-ShouldSerializeTimesRetried().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-TaskBase(Microsoft-FactoryOrchestrator-Core-TaskType).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-TaskBase(Microsoft-FactoryOrchestrator-Core-TaskType).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-TaskLock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-TaskLock.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-TaskRunGuids.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-TaskRunGuids.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-TimeoutSeconds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-TimeoutSeconds.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-TimesRetried.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-TimesRetried.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-Type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase-Type.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskBase.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-AllowOtherTaskListsToRun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-AllowOtherTaskListsToRun.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-BackgroundTasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-BackgroundTasks.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-Equals(object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-Equals(object).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-GetHashCode().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-GetHashCode().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-Guid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-Guid.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-IsRunningOrPending.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-IsRunningOrPending.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-Name.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-RunInParallel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-RunInParallel.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-ShouldSerializeBackgroundTasks().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-ShouldSerializeBackgroundTasks().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-ShouldSerializeTasks().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-ShouldSerializeTasks().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-ShouldSerializeTerminateBackgroundTasksOnCompletion().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-ShouldSerializeTerminateBackgroundTasksOnCompletion().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-TaskList(string_System-Guid).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-TaskList(string_System-Guid).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-TaskListStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-TaskListStatus.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-Tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-Tasks.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-TerminateBackgroundTasksOnCompletion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-TerminateBackgroundTasksOnCompletion.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-ToString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-ToString().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-ValidateTaskList().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList-ValidateTaskList().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskList.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-AllowOtherTaskListsToRun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-AllowOtherTaskListsToRun.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-Equals(object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-Equals(object).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-GetHashCode().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-GetHashCode().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-Guid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-Guid.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-IsRunningOrPending.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-IsRunningOrPending.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-Name.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-RunInParallel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-RunInParallel.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-Status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-Status.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-TerminateBackgroundTasksOnCompletion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-TerminateBackgroundTasksOnCompletion.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-ToString().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary-ToString().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskListSummary.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-Arguments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-Arguments.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-BackgroundTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-BackgroundTask.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-DeepCopy().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-DeepCopy().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-Equals(object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-Equals(object).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-ExitCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-ExitCode.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-GetHashCode().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-GetHashCode().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-Guid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-Guid.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-LogFilePath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-LogFilePath.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-OwningTaskGuid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-OwningTaskGuid.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-RunByClient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-RunByClient.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-RunByServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-RunByServer.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-RunInContainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-RunInContainer.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-RunTime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-RunTime.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskName.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskOutput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskOutput.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskPath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskPath.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskRun(Microsoft-FactoryOrchestrator-Core-TaskBase).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskRun(Microsoft-FactoryOrchestrator-Core-TaskBase).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskRunComplete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskRunComplete.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskStatus.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TaskType.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TimeFinished.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TimeFinished.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TimeStarted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TimeStarted.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TimeoutSeconds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun-TimeoutSeconds.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskRun.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskStatus.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-TaskType.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask-AutoPassedIfLaunched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask-AutoPassedIfLaunched.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask-Equals(object).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask-Equals(object).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask-Name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask-Name.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask-TerminateOnCompleted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask-TerminateOnCompleted.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask-UWPTask(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask-UWPTask(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask-UWPTask(string_string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask-UWPTask(string_string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-UWPTask.md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-WDPHelpers-CloseAppWithWDP(string_string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-WDPHelpers-CloseAppWithWDP(string_string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-WDPHelpers-GetInstalledAppPackagesAsync().md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-WDPHelpers-GetInstalledAppPackagesAsync().md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-WDPHelpers-GetInstalledAppPackagesAsync(string).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core-WDPHelpers-GetInstalledAppPackagesAsync(string).md -------------------------------------------------------------------------------- /docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/CoreLibrary/Microsoft-FactoryOrchestrator-Core.md -------------------------------------------------------------------------------- /docs/docs/factory-orchestrator-client-usage-samples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/factory-orchestrator-client-usage-samples.md -------------------------------------------------------------------------------- /docs/docs/find-factory-orchestrator-devices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/find-factory-orchestrator-devices.md -------------------------------------------------------------------------------- /docs/docs/get-started-with-factory-orchestrator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/get-started-with-factory-orchestrator.md -------------------------------------------------------------------------------- /docs/docs/images/build-fo-uwp-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/build-fo-uwp-1.png -------------------------------------------------------------------------------- /docs/docs/images/build-fo-uwp-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/build-fo-uwp-2.png -------------------------------------------------------------------------------- /docs/docs/images/build-fo-uwp-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/build-fo-uwp-3.png -------------------------------------------------------------------------------- /docs/docs/images/build-fo-uwp-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/build-fo-uwp-4.png -------------------------------------------------------------------------------- /docs/docs/images/build-fo-uwp-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/build-fo-uwp-5.png -------------------------------------------------------------------------------- /docs/docs/images/connectpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/connectpage.png -------------------------------------------------------------------------------- /docs/docs/images/create-new-tasklist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/create-new-tasklist.png -------------------------------------------------------------------------------- /docs/docs/images/edit-task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/edit-task.png -------------------------------------------------------------------------------- /docs/docs/images/edit-tasklist-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/edit-tasklist-page.png -------------------------------------------------------------------------------- /docs/docs/images/existing-tasklists.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/existing-tasklists.png -------------------------------------------------------------------------------- /docs/docs/images/external-task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/external-task.png -------------------------------------------------------------------------------- /docs/docs/images/externalTaskNoMedia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/externalTaskNoMedia.png -------------------------------------------------------------------------------- /docs/docs/images/externalTaskPicture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/externalTaskPicture.png -------------------------------------------------------------------------------- /docs/docs/images/externalTaskVideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/externalTaskVideo.png -------------------------------------------------------------------------------- /docs/docs/images/fo-background-tasks-executing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/fo-background-tasks-executing.png -------------------------------------------------------------------------------- /docs/docs/images/fo-cmd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/fo-cmd.png -------------------------------------------------------------------------------- /docs/docs/images/fo-follow-tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/fo-follow-tasks.png -------------------------------------------------------------------------------- /docs/docs/images/fo-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/fo-image.jpg -------------------------------------------------------------------------------- /docs/docs/images/fo-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/fo-logo.png -------------------------------------------------------------------------------- /docs/docs/images/fo-transfer-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/fo-transfer-files.png -------------------------------------------------------------------------------- /docs/docs/images/fo-version-number.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/fo-version-number.png -------------------------------------------------------------------------------- /docs/docs/images/fo-video.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/fo-video.jpg -------------------------------------------------------------------------------- /docs/docs/images/import-sxml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/import-sxml.png -------------------------------------------------------------------------------- /docs/docs/images/load-folder-as-tasklist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/load-folder-as-tasklist.png -------------------------------------------------------------------------------- /docs/docs/images/load-tasklist-from.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/load-tasklist-from.png -------------------------------------------------------------------------------- /docs/docs/images/re-run-task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/re-run-task.png -------------------------------------------------------------------------------- /docs/docs/images/run-a-tasklist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/run-a-tasklist.png -------------------------------------------------------------------------------- /docs/docs/images/running-tasklist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/running-tasklist.png -------------------------------------------------------------------------------- /docs/docs/images/save-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/save-icon.png -------------------------------------------------------------------------------- /docs/docs/images/save-tasklists.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/save-tasklists.png -------------------------------------------------------------------------------- /docs/docs/images/service-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/service-start.png -------------------------------------------------------------------------------- /docs/docs/images/symbols-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/symbols-icon.png -------------------------------------------------------------------------------- /docs/docs/images/tasklist-rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/tasklist-rename.png -------------------------------------------------------------------------------- /docs/docs/images/test-results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/test-results.png -------------------------------------------------------------------------------- /docs/docs/images/wdp-no-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/images/wdp-no-auth.png -------------------------------------------------------------------------------- /docs/docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/index.md -------------------------------------------------------------------------------- /docs/docs/service-configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/service-configuration.md -------------------------------------------------------------------------------- /docs/docs/tasks-and-tasklists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/tasks-and-tasklists.md -------------------------------------------------------------------------------- /docs/docs/uninstall-factory-orchestrator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/uninstall-factory-orchestrator.md -------------------------------------------------------------------------------- /docs/docs/use-the-factory-orchestrator-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/use-the-factory-orchestrator-api.md -------------------------------------------------------------------------------- /docs/docs/use-the-factory-orchestrator-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/docs/use-the-factory-orchestrator-app.md -------------------------------------------------------------------------------- /docs/mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/mkdocs.yml -------------------------------------------------------------------------------- /docs/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/docs/requirements.txt -------------------------------------------------------------------------------- /install/InstallFactoryOrchestratorService.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/install/InstallFactoryOrchestratorService.ps1 -------------------------------------------------------------------------------- /install/InstallFactoryOrchestratorService.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/install/InstallFactoryOrchestratorService.sh -------------------------------------------------------------------------------- /install/Microsoft.FactoryOrchestrator.CleanVolatile.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/install/Microsoft.FactoryOrchestrator.CleanVolatile.service -------------------------------------------------------------------------------- /install/Microsoft.FactoryOrchestrator.CleanVolatile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/install/Microsoft.FactoryOrchestrator.CleanVolatile.sh -------------------------------------------------------------------------------- /install/Microsoft.FactoryOrchestrator.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/install/Microsoft.FactoryOrchestrator.service -------------------------------------------------------------------------------- /install/UninstallFactoryOrchestratorService.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/install/UninstallFactoryOrchestratorService.ps1 -------------------------------------------------------------------------------- /install/UninstallFactoryOrchestratorService.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/install/UninstallFactoryOrchestratorService.sh -------------------------------------------------------------------------------- /oss/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/Directory.Build.props -------------------------------------------------------------------------------- /oss/IpcFramework/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/.editorconfig -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client.NamedPipe/JKang.IpcServiceFramework.Client.NamedPipe.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client.NamedPipe/JKang.IpcServiceFramework.Client.NamedPipe.csproj -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client.NamedPipe/NamedPipeIpcClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client.NamedPipe/NamedPipeIpcClient.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client.NamedPipe/NamedPipeIpcClientOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client.NamedPipe/NamedPipeIpcClientOptions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client.NamedPipe/NamedPipeIpcClientServiceCollectionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client.NamedPipe/NamedPipeIpcClientServiceCollectionExtensions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client.Tcp/JKang.IpcServiceFramework.Client.Tcp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client.Tcp/JKang.IpcServiceFramework.Client.Tcp.csproj -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client.Tcp/TcpIpcClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client.Tcp/TcpIpcClient.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client.Tcp/TcpIpcClientOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client.Tcp/TcpIpcClientOptions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client.Tcp/TcpIpcClientServiceCollectionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client.Tcp/TcpIpcClientServiceCollectionExtensions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client/IIpcClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client/IIpcClient.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client/IIpcClientFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client/IIpcClientFactory.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client/IpcClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client/IpcClient.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client/IpcClientFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client/IpcClientFactory.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client/IpcClientOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client/IpcClientOptions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client/IpcClientRegistration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client/IpcClientRegistration.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client/IpcClientServiceCollectionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client/IpcClientServiceCollectionExtensions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client/IpcStreamWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client/IpcStreamWrapper.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Client/JKang.IpcServiceFramework.Client.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Client/JKang.IpcServiceFramework.Client.csproj -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core.Tests/DefaultValueConverterTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core.Tests/DefaultValueConverterTest.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core.Tests/Fixtures/ComplexType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core.Tests/Fixtures/ComplexType.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core.Tests/Fixtures/EnumType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core.Tests/Fixtures/EnumType.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core.Tests/Fixtures/IComplexType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core.Tests/Fixtures/IComplexType.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core.Tests/JKang.IpcServiceFramework.Core.Tests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core.Tests/JKang.IpcServiceFramework.Core.Tests.csproj -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/GlobalSuppressions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/IO/IpcReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/IO/IpcReader.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/IO/IpcWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/IO/IpcWriter.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcCommunicationException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcCommunicationException.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcException.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcFaultException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcFaultException.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcRequest.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcResponse.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcSerializationException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcSerializationException.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/IpcStatus.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/JKang.IpcServiceFramework.Core.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/JKang.IpcServiceFramework.Core.csproj -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/Services/DefaultIpcMessageSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/Services/DefaultIpcMessageSerializer.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/Services/DefaultValueConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/Services/DefaultValueConverter.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/Services/IIpcMessageSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/Services/IIpcMessageSerializer.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Core/Services/IValueConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Core/Services/IValueConverter.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting.NamedPipe/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting.NamedPipe/GlobalSuppressions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting.NamedPipe/JKang.IpcServiceFramework.Hosting.NamedPipe.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting.NamedPipe/JKang.IpcServiceFramework.Hosting.NamedPipe.csproj -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting.NamedPipe/NamedPipeIpcEndpoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting.NamedPipe/NamedPipeIpcEndpoint.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting.NamedPipe/NamedPipeIpcEndpointOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting.NamedPipe/NamedPipeIpcEndpointOptions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting.NamedPipe/NamedPipeIpcHostBuilderExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting.NamedPipe/NamedPipeIpcHostBuilderExtensions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting.NamedPipe/NamedPipeNative.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting.NamedPipe/NamedPipeNative.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting.Tcp/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting.Tcp/GlobalSuppressions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting.Tcp/JKang.IpcServiceFramework.Hosting.Tcp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting.Tcp/JKang.IpcServiceFramework.Hosting.Tcp.csproj -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting.Tcp/TcpIpcEndpoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting.Tcp/TcpIpcEndpoint.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting.Tcp/TcpIpcEndpointOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting.Tcp/TcpIpcEndpointOptions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting.Tcp/TcpIpcHostBuilderExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting.Tcp/TcpIpcHostBuilderExtensions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting/GenericHostBuilderExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting/GenericHostBuilderExtensions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting/GlobalSuppressions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting/GlobalSuppressions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IIpcEndpoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IIpcEndpoint.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IIpcHostBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IIpcHostBuilder.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IpcBackgroundService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IpcBackgroundService.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IpcEndpoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IpcEndpoint.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IpcEndpointOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IpcEndpointOptions.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IpcHostBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IpcHostBuilder.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IpcHostingConfigurationException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting/IpcHostingConfigurationException.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Hosting/JKang.IpcServiceFramework.Hosting.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Hosting/JKang.IpcServiceFramework.Hosting.csproj -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/ContractTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/ContractTest.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/EdgeCaseTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/EdgeCaseTest.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/ErrorTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/ErrorTest.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/Fixtures/ITestDto.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/Fixtures/ITestDto.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/Fixtures/ITestService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/Fixtures/ITestService.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/Fixtures/ITestService2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/Fixtures/ITestService2.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/Fixtures/TestDto.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/Fixtures/TestDto.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/Fixtures/UnserializableObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/Fixtures/UnserializableObject.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/Fixtures/XorStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/Fixtures/XorStream.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/JKang.IpcServiceFramework.NamedPipeTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/JKang.IpcServiceFramework.NamedPipeTests.csproj -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/MultipleEndpointTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/MultipleEndpointTest.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/SimpleTypeNameContractTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/SimpleTypeNameContractTest.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/StreamTranslatorTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.NamedPipeTests/StreamTranslatorTest.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.TcpTests/EdgeCaseTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.TcpTests/EdgeCaseTest.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.TcpTests/Fixtures/ITestService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.TcpTests/Fixtures/ITestService.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.TcpTests/HappyPathTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.TcpTests/HappyPathTest.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.TcpTests/JKang.IpcServiceFramework.TcpTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.TcpTests/JKang.IpcServiceFramework.TcpTests.csproj -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Testing/IpcApplicationFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Testing/IpcApplicationFactory.cs -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Testing/JKang.IpcServiceFramework.Testing.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Testing/JKang.IpcServiceFramework.Testing.csproj -------------------------------------------------------------------------------- /oss/IpcFramework/JKang.IpcServiceFramework.Testing/TestHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/JKang.IpcServiceFramework.Testing/TestHelpers.cs -------------------------------------------------------------------------------- /oss/IpcFramework/common.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcFramework/common.props -------------------------------------------------------------------------------- /oss/IpcServiceFramework.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/IpcServiceFramework.txt -------------------------------------------------------------------------------- /oss/Pe-Utility.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/Pe-Utility.txt -------------------------------------------------------------------------------- /oss/Pe-Utility/Executable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/Pe-Utility/Executable.cs -------------------------------------------------------------------------------- /oss/Pe-Utility/ExecutableReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/Pe-Utility/ExecutableReader.cs -------------------------------------------------------------------------------- /oss/Pe-Utility/NativeStruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/Pe-Utility/NativeStruct.cs -------------------------------------------------------------------------------- /oss/Pe-Utility/Pe-Utility.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/Pe-Utility/Pe-Utility.csproj -------------------------------------------------------------------------------- /oss/cgmanifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/oss/cgmanifest.json -------------------------------------------------------------------------------- /src/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/.editorconfig -------------------------------------------------------------------------------- /src/App/AboutPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/AboutPage.xaml -------------------------------------------------------------------------------- /src/App/AboutPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/AboutPage.xaml.cs -------------------------------------------------------------------------------- /src/App/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/App.xaml -------------------------------------------------------------------------------- /src/App/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/App.xaml.cs -------------------------------------------------------------------------------- /src/App/AppsPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/AppsPage.xaml -------------------------------------------------------------------------------- /src/App/AppsPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/AppsPage.xaml.cs -------------------------------------------------------------------------------- /src/App/Assets/LargeTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/LargeTile.scale-100.png -------------------------------------------------------------------------------- /src/App/Assets/LargeTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/LargeTile.scale-125.png -------------------------------------------------------------------------------- /src/App/Assets/LargeTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/LargeTile.scale-150.png -------------------------------------------------------------------------------- /src/App/Assets/LargeTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/LargeTile.scale-200.png -------------------------------------------------------------------------------- /src/App/Assets/LargeTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/LargeTile.scale-400.png -------------------------------------------------------------------------------- /src/App/Assets/SmallTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/SmallTile.scale-100.png -------------------------------------------------------------------------------- /src/App/Assets/SmallTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/SmallTile.scale-125.png -------------------------------------------------------------------------------- /src/App/Assets/SmallTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/SmallTile.scale-150.png -------------------------------------------------------------------------------- /src/App/Assets/SmallTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/SmallTile.scale-200.png -------------------------------------------------------------------------------- /src/App/Assets/SmallTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/SmallTile.scale-400.png -------------------------------------------------------------------------------- /src/App/Assets/SplashScreen.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/SplashScreen.scale-100.png -------------------------------------------------------------------------------- /src/App/Assets/SplashScreen.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/SplashScreen.scale-125.png -------------------------------------------------------------------------------- /src/App/Assets/SplashScreen.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/SplashScreen.scale-150.png -------------------------------------------------------------------------------- /src/App/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /src/App/Assets/SplashScreen.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/SplashScreen.scale-400.png -------------------------------------------------------------------------------- /src/App/Assets/Square150x150Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square150x150Logo.scale-100.png -------------------------------------------------------------------------------- /src/App/Assets/Square150x150Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square150x150Logo.scale-125.png -------------------------------------------------------------------------------- /src/App/Assets/Square150x150Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square150x150Logo.scale-150.png -------------------------------------------------------------------------------- /src/App/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /src/App/Assets/Square150x150Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square150x150Logo.scale-400.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.altform-unplated_targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.altform-unplated_targetsize-16.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.altform-unplated_targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.altform-unplated_targetsize-256.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.altform-unplated_targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.altform-unplated_targetsize-32.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.altform-unplated_targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.altform-unplated_targetsize-48.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.scale-100.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.scale-125.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.scale-150.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.scale-400.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.targetsize-16.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.targetsize-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.targetsize-24.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.targetsize-256.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.targetsize-32.png -------------------------------------------------------------------------------- /src/App/Assets/Square44x44Logo.targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Square44x44Logo.targetsize-48.png -------------------------------------------------------------------------------- /src/App/Assets/StoreLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/StoreLogo.scale-100.png -------------------------------------------------------------------------------- /src/App/Assets/StoreLogo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/StoreLogo.scale-125.png -------------------------------------------------------------------------------- /src/App/Assets/StoreLogo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/StoreLogo.scale-150.png -------------------------------------------------------------------------------- /src/App/Assets/StoreLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/StoreLogo.scale-200.png -------------------------------------------------------------------------------- /src/App/Assets/StoreLogo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/StoreLogo.scale-400.png -------------------------------------------------------------------------------- /src/App/Assets/Wide310x150Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Wide310x150Logo.scale-100.png -------------------------------------------------------------------------------- /src/App/Assets/Wide310x150Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Wide310x150Logo.scale-125.png -------------------------------------------------------------------------------- /src/App/Assets/Wide310x150Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Wide310x150Logo.scale-150.png -------------------------------------------------------------------------------- /src/App/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /src/App/Assets/Wide310x150Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/Wide310x150Logo.scale-400.png -------------------------------------------------------------------------------- /src/App/Assets/devshelllogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Assets/devshelllogo.png -------------------------------------------------------------------------------- /src/App/ConnectionPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/ConnectionPage.xaml -------------------------------------------------------------------------------- /src/App/ConnectionPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/ConnectionPage.xaml.cs -------------------------------------------------------------------------------- /src/App/ConsolePage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/ConsolePage.xaml -------------------------------------------------------------------------------- /src/App/ConsolePage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/ConsolePage.xaml.cs -------------------------------------------------------------------------------- /src/App/EditPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/EditPage.xaml -------------------------------------------------------------------------------- /src/App/EditPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/EditPage.xaml.cs -------------------------------------------------------------------------------- /src/App/ExternalTestResultPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/ExternalTestResultPage.xaml -------------------------------------------------------------------------------- /src/App/ExternalTestResultPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/ExternalTestResultPage.xaml.cs -------------------------------------------------------------------------------- /src/App/FileTransferPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/FileTransferPage.xaml -------------------------------------------------------------------------------- /src/App/FileTransferPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/FileTransferPage.xaml.cs -------------------------------------------------------------------------------- /src/App/MainPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/MainPage.xaml -------------------------------------------------------------------------------- /src/App/MainPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/MainPage.xaml.cs -------------------------------------------------------------------------------- /src/App/Microsoft.FactoryOrchestrator.App.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Microsoft.FactoryOrchestrator.App.csproj -------------------------------------------------------------------------------- /src/App/Package.appxmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Package.appxmanifest -------------------------------------------------------------------------------- /src/App/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Program.cs -------------------------------------------------------------------------------- /src/App/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/App/Properties/Default.rd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Properties/Default.rd.xml -------------------------------------------------------------------------------- /src/App/Resources/en-US/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Resources/en-US/Resources.resw -------------------------------------------------------------------------------- /src/App/Resources/zh-CN/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Resources/zh-CN/Resources.resw -------------------------------------------------------------------------------- /src/App/Resources/zh-TW/Resources.resw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Resources/zh-TW/Resources.resw -------------------------------------------------------------------------------- /src/App/ResultsPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/ResultsPage.xaml -------------------------------------------------------------------------------- /src/App/ResultsPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/ResultsPage.xaml.cs -------------------------------------------------------------------------------- /src/App/ResultsViewSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/ResultsViewSelector.cs -------------------------------------------------------------------------------- /src/App/SaveLoadEditPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/SaveLoadEditPage.xaml -------------------------------------------------------------------------------- /src/App/SaveLoadEditPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/SaveLoadEditPage.xaml.cs -------------------------------------------------------------------------------- /src/App/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/Settings.cs -------------------------------------------------------------------------------- /src/App/TaskListExecutionPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/TaskListExecutionPage.xaml -------------------------------------------------------------------------------- /src/App/TaskListExecutionPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/TaskListExecutionPage.xaml.cs -------------------------------------------------------------------------------- /src/App/TaskListViewSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/TaskListViewSelector.cs -------------------------------------------------------------------------------- /src/App/TaskStatusDataBindingConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/TaskStatusDataBindingConverter.cs -------------------------------------------------------------------------------- /src/App/WdpPage.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/WdpPage.xaml -------------------------------------------------------------------------------- /src/App/WdpPage.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/WdpPage.xaml.cs -------------------------------------------------------------------------------- /src/App/WindowsDev_TemporaryKey.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/App/WindowsDev_TemporaryKey.pfx -------------------------------------------------------------------------------- /src/ClientLibrary/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/ClientLibrary/.gitignore -------------------------------------------------------------------------------- /src/ClientLibrary/FactoryOrchestratorClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/ClientLibrary/FactoryOrchestratorClient.cs -------------------------------------------------------------------------------- /src/ClientLibrary/Microsoft.FactoryOrchestrator.Client.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/ClientLibrary/Microsoft.FactoryOrchestrator.Client.csproj -------------------------------------------------------------------------------- /src/ClientLibrary/ServerPoller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/ClientLibrary/ServerPoller.cs -------------------------------------------------------------------------------- /src/ClientSample/Microsoft.FactoryOrchestrator.ClientSample.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/ClientSample/Microsoft.FactoryOrchestrator.ClientSample.csproj -------------------------------------------------------------------------------- /src/ClientSample/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/ClientSample/Program.cs -------------------------------------------------------------------------------- /src/ClientSample/Resources/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/ClientSample/Resources/Resources.Designer.cs -------------------------------------------------------------------------------- /src/ClientSample/Resources/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/ClientSample/Resources/Resources.resx -------------------------------------------------------------------------------- /src/ClientSample/Resources/Resources.zh-CN.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/ClientSample/Resources/Resources.zh-CN.resx -------------------------------------------------------------------------------- /src/ClientSample/Resources/Resources.zh-TW.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/ClientSample/Resources/Resources.zh-TW.resx -------------------------------------------------------------------------------- /src/CoreLibrary/ClientTemplate/IPCInterfaceHelperTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/ClientTemplate/IPCInterfaceHelperTemplate.cs -------------------------------------------------------------------------------- /src/CoreLibrary/ClientTemplate/IPCInterfaceHelperTemplateSync.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/ClientTemplate/IPCInterfaceHelperTemplateSync.cs -------------------------------------------------------------------------------- /src/CoreLibrary/FactoryOrchestratorXML.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/FactoryOrchestratorXML.xsd -------------------------------------------------------------------------------- /src/CoreLibrary/IPCInterface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/IPCInterface.cs -------------------------------------------------------------------------------- /src/CoreLibrary/JsonConverters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/JsonConverters.cs -------------------------------------------------------------------------------- /src/CoreLibrary/Microsoft.FactoryOrchestrator.Core.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/Microsoft.FactoryOrchestrator.Core.csproj -------------------------------------------------------------------------------- /src/CoreLibrary/Resources/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/Resources/Resources.Designer.cs -------------------------------------------------------------------------------- /src/CoreLibrary/Resources/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/Resources/Resources.resx -------------------------------------------------------------------------------- /src/CoreLibrary/Resources/Resources.zh-CN.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/Resources/Resources.zh-CN.resx -------------------------------------------------------------------------------- /src/CoreLibrary/Resources/Resources.zh-TW.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/Resources/Resources.zh-TW.resx -------------------------------------------------------------------------------- /src/CoreLibrary/ServerExceptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/ServerExceptions.cs -------------------------------------------------------------------------------- /src/CoreLibrary/SharedClasses.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/SharedClasses.cs -------------------------------------------------------------------------------- /src/CoreLibrary/WDPHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/CoreLibrary/WDPHelpers.cs -------------------------------------------------------------------------------- /src/FactoryOrchestrator.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/FactoryOrchestrator.sln -------------------------------------------------------------------------------- /src/FactoryOrchestratorNoApp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/FactoryOrchestratorNoApp.sln -------------------------------------------------------------------------------- /src/PowerShellLibrary/CmdletClasses.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/PowerShellLibrary/CmdletClasses.cs -------------------------------------------------------------------------------- /src/PowerShellLibrary/FactoryOrchestratorClientSync.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/PowerShellLibrary/FactoryOrchestratorClientSync.cs -------------------------------------------------------------------------------- /src/PowerShellLibrary/Microsoft.FactoryOrchestrator.Client.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/PowerShellLibrary/Microsoft.FactoryOrchestrator.Client.psd1 -------------------------------------------------------------------------------- /src/PowerShellLibrary/Microsoft.FactoryOrchestrator.PowerShell.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/PowerShellLibrary/Microsoft.FactoryOrchestrator.PowerShell.csproj -------------------------------------------------------------------------------- /src/PowerShellLibrary/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/PowerShellLibrary/license.txt -------------------------------------------------------------------------------- /src/ServerLibrary/Microsoft.FactoryOrchestrator.Server.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/ServerLibrary/Microsoft.FactoryOrchestrator.Server.csproj -------------------------------------------------------------------------------- /src/ServerLibrary/ServerClasses.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/ServerLibrary/ServerClasses.cs -------------------------------------------------------------------------------- /src/Service/CommunicationHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Service/CommunicationHandler.cs -------------------------------------------------------------------------------- /src/Service/FactoryServer.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Service/FactoryServer.pfx -------------------------------------------------------------------------------- /src/Service/LogFileProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Service/LogFileProvider.cs -------------------------------------------------------------------------------- /src/Service/Microsoft.FactoryOrchestrator.Service.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Service/Microsoft.FactoryOrchestrator.Service.csproj -------------------------------------------------------------------------------- /src/Service/ServiceExe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Service/ServiceExe.cs -------------------------------------------------------------------------------- /src/Service/ServiceStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Service/ServiceStatus.cs -------------------------------------------------------------------------------- /src/Tests/ClientSampleIntegrationTest/ClientSampleIntegrationTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/ClientSampleIntegrationTest/ClientSampleIntegrationTests.cs -------------------------------------------------------------------------------- /src/Tests/ClientSampleIntegrationTest/ClientSampleIntegrationTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/ClientSampleIntegrationTest/ClientSampleIntegrationTests.csproj -------------------------------------------------------------------------------- /src/Tests/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/Directory.Build.props -------------------------------------------------------------------------------- /src/Tests/UnitTests/CoreLibraryUnitTests/CoreLibraryUnitTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/UnitTests/CoreLibraryUnitTests/CoreLibraryUnitTests.cs -------------------------------------------------------------------------------- /src/Tests/UnitTests/CoreLibraryUnitTests/CoreLibraryUnitTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/UnitTests/CoreLibraryUnitTests/CoreLibraryUnitTests.csproj -------------------------------------------------------------------------------- /src/Tests/UnitTests/CoreLibraryUnitTests/DuplicateGuids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/UnitTests/CoreLibraryUnitTests/DuplicateGuids.xml -------------------------------------------------------------------------------- /src/Tests/UnitTests/PowerShellUnitTests/PowerShellUnitTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/UnitTests/PowerShellUnitTests/PowerShellUnitTests.cs -------------------------------------------------------------------------------- /src/Tests/UnitTests/PowerShellUnitTests/PowerShellUnitTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/UnitTests/PowerShellUnitTests/PowerShellUnitTests.csproj -------------------------------------------------------------------------------- /src/Tests/UnitTests/ServerLibraryUnitTests/DupGuid1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/UnitTests/ServerLibraryUnitTests/DupGuid1.xml -------------------------------------------------------------------------------- /src/Tests/UnitTests/ServerLibraryUnitTests/DupGuid2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/UnitTests/ServerLibraryUnitTests/DupGuid2.xml -------------------------------------------------------------------------------- /src/Tests/UnitTests/ServerLibraryUnitTests/ServerLibraryUnitTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/UnitTests/ServerLibraryUnitTests/ServerLibraryUnitTests.cs -------------------------------------------------------------------------------- /src/Tests/UnitTests/ServerLibraryUnitTests/ServerLibraryUnitTests.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/UnitTests/ServerLibraryUnitTests/ServerLibraryUnitTests.csproj -------------------------------------------------------------------------------- /src/Tests/UnitTests/ServerLibraryUnitTests/Valid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/UnitTests/ServerLibraryUnitTests/Valid.xml -------------------------------------------------------------------------------- /src/Tests/UnitTests/ServerLibraryUnitTests/Valid_Windows.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/UnitTests/ServerLibraryUnitTests/Valid_Windows.xml -------------------------------------------------------------------------------- /src/Tests/defaults.runsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/Tests/defaults.runsettings -------------------------------------------------------------------------------- /src/UWPClientLibrary/DnsSdHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/UWPClientLibrary/DnsSdHelpers.cs -------------------------------------------------------------------------------- /src/UWPClientLibrary/FactoryOrchestratorUWPClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/UWPClientLibrary/FactoryOrchestratorUWPClient.cs -------------------------------------------------------------------------------- /src/UWPClientLibrary/Microsoft.FactoryOrchestrator.UWPClient.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/UWPClientLibrary/Microsoft.FactoryOrchestrator.UWPClient.csproj -------------------------------------------------------------------------------- /src/UWPClientLibrary/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/UWPClientLibrary/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/UWPClientLibrary/Properties/Microsoft.FactoryOrchestrator.UWPClient.rd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/UWPClientLibrary/Properties/Microsoft.FactoryOrchestrator.UWPClient.rd.xml -------------------------------------------------------------------------------- /src/common.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/FactoryOrchestrator/HEAD/src/common.props --------------------------------------------------------------------------------