Click or drag to resize

InteropClientConnectAsync Method

Connects to the InteropBroker.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax
C#
public Task<InteropClient> ConnectAsync(
	Object interopConfig = null
)

Parameters

interopConfig (Optional)
Type: SystemObject

[Missing <param name="interopConfig"/> documentation for "M:Openfin.Desktop.InteropAPI.InteropClient.ConnectAsync(System.Object)"]

Return Value

Type: TaskInteropClient
A new Task for this InteropClient instance when it's connected to the InteropBroker.
See Also