InteropClientConnectAsync Method |
Connects to the InteropBroker.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax public Task<InteropClient> ConnectAsync()
Return Value
Type:
TaskInteropClientA new Task for this InteropClient instance when it's connected to the InteropBroker.
See Also