Click or drag to resize

InteropConnectAsync Method

Creates a new Interop Client and connects to the Interop Broker.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task<InteropClient> ConnectAsync(
	string brokerName
)

Parameters

brokerName
Type: SystemString
The name of the Interop Broker that the client will connect to.

Return Value

Type: TaskInteropClient
A new Task of the Interop Client
See Also