Microsoft FactoryOrchestrator Client FactoryOrchestratorClient GetOSPlatform()
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient
FactoryOrchestratorClient.GetOSPlatform() Method
Asynchronously Returns the platform of the OS.
public System.Threading.Tasks.Task<System.PlatformID> GetOSPlatform();
Returns
System.Threading.Tasks.Task<System.PlatformID>
System.PlatformID enum value representing the OS platform (Unix or Windows).