InteropClientConnectAsync Method |
Connects to the InteropBroker.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax 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:
TaskInteropClientA new Task for this InteropClient instance when it's connected to the InteropBroker.
See Also