Microsoft FactoryOrchestrator Client FactoryOrchestratorClient
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client
FactoryOrchestratorClient Class
An asynchronous class for Factory Orchestrator .NET clients. Use instances of this class to communicate with Factory Orchestrator Service(s).
WARNING: Use FactoryOrchestratorUWPClient for UWP clients or your UWP app will crash!
public class FactoryOrchestratorClient
Inheritance System.Object 🡒 FactoryOrchestratorClient
Constructors
- FactoryOrchestratorClient(System.Net.IPAddress, int, string, string)
- FactoryOrchestratorClient(System.Net.IPAddress, System.Net.Security.RemoteCertificateValidationCallback, int, string)
Fields
Properties
- CertificateHash
- HostName
- IpAddress
- IsConnected
- IsLocalHost
- OSVersion
- Port
- ServerCertificateValidationCallback
- ServerIdentity
Methods
- AbortAll()
- AbortTaskList(System.Guid)
- AbortTaskRun(System.Guid)
- Connect(bool)
- Connect(string, string)
- CreateClientFileReader(string)
- CreateClientFileWriter(string)
- CreateDirectory(string)
- CreateIpcException(System.Exception)
- CreateIpcRequest(string)
- CreateIpcRequest(string, object[])
- CreateTaskListFromDirectory(string, bool)
- CreateTaskListFromTaskList(Microsoft.FactoryOrchestrator.Core.TaskList)
- DeleteFileOrFolder(string, bool)
- DeleteTaskList(System.Guid)
- DiscoverFactoryOrchestratorDevices(int, string, string)
- EnableLocalLoopbackForApp(string)
- EnumerateDirectories(string, bool, bool)
- EnumerateFiles(string, bool, bool)
- EnumerateLocalDirectories(string)
- EnumerateLocalFiles(string)
- GetBootTaskListGuids()
- GetBootTaskListSummaries()
- GetClientVersionString()
- GetContainerIpAddresses()
- GetDirectoryFromDevice(string, string, bool)
- GetDisabledPages()
- GetDnsHostName()
- GetFile(string, long, int, bool)
- GetFileFromDevice(string, string, bool)
- GetInstalledApps()
- GetInstalledAppsDetailed()
- GetIpAddressesAndNicNames()
- GetLastServiceError()
- GetLogFolder()
- GetOEMVersionString()
- GetOSPlatform()
- GetOSVersionString()
- GetServiceEvents()
- GetServiceEvents(System.DateTime)
- GetServiceEvents(ulong)
- GetServiceVersionString()
- GetTaskListGuids()
- GetTaskListSummaries()
- GetWdpHttpPort()
- InstallApp(string, System.Collections.Generic.List<string>, string)
- IsContainerRunning()
- IsExecutingBootTasks()
- IsNetworkAccessEnabled()
- LoadTaskListsFromXmlFile(string)
- MoveFileOrFolder(string, string, bool)
- QueryTask(System.Guid)
- QueryTaskList(System.Guid)
- QueryTaskRun(System.Guid)
- RebootDevice(uint)
- ReorderTaskLists(System.Collections.Generic.List<System.Guid>)
- ResetService(bool, bool)
- RunAllTaskLists()
- RunApp(string)
- RunExecutable(string, string, string, bool)
- RunTask(Microsoft.FactoryOrchestrator.Core.TaskBase, System.Nullable<System.Guid>)
- RunTask(System.Guid)
- RunTaskList(System.Guid, int)
- SaveAllTaskListsToXmlFile(string)
- SaveTaskListToXmlFile(System.Guid, string)
- SendAndInstallApp(string, System.Collections.Generic.List<string>, string)
- SendDirectoryToDevice(string, string, bool)
- SendFile(string, byte[], bool, bool)
- SendFileToDevice(string, string, bool)
- SetLogFolder(string, bool)
- SetTeExePath(string)
- ShutdownDevice(uint)
- TerminateApp(string)
- TryConnect(bool)
- TryDeleteLocalFile(string)
- UpdateTaskList(Microsoft.FactoryOrchestrator.Core.TaskList)
- UpdateTaskRun(Microsoft.FactoryOrchestrator.Core.TaskRun)