Click or drag to resize

InteropClientConnectAsync Method

Connects to the InteropBroker.

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

Return Value

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