Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient TryConnect(bool)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.TryConnect(bool) Method

Attempts to establish a connection to the Factory Orchestrator Service.

public System.Threading.Tasks.Task<bool> TryConnect(bool ignoreVersionMismatch=false);

Parameters

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

Returns

System.Threading.Tasks.Task<System.Boolean>
true if it was able to connect.