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.5.1
Syntax
C#
public Task<InteropClient> ConnectAsync(
	string brokerName,
	Object interopConfig = null
)

Parameters

brokerName
Type: SystemString
The name of the Interop Broker that the client will connect to.
interopConfig (Optional)
Type: SystemObject
Any information relevant to the Interop Broker.

Return Value

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