Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient Connect(string string)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.Connect(string, string) Method

Asynchronously Connects the specified client to the service.

public System.Threading.Tasks.Task Connect(string clientIdentifer, string message="");

Parameters

clientIdentifer System.String
Friendly identifier for the client.

message System.String
An optional message.

Returns

System.Threading.Tasks.Task