Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient Connect(bool)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.Connect(bool) Method

Establishes a connection to the Factory Orchestrator Service.
Throws an exception if it cannot connect.

public System.Threading.Tasks.Task Connect(bool ignoreVersionMismatch=false);

Parameters

ignoreVersionMismatch System.Boolean
If true, ignore a Client-Service version mismatch.

Returns

System.Threading.Tasks.Task