InteropConnectAsync Method |
Creates a new Interop Client and connects to the Interop Broker.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax 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:
TaskInteropClientA new Task of the Interop Client
See Also