InterApplicationBusMessageChannelFactoryCreateClient Method (String, Object) |
Creates a message ChannelClient.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public ChannelClient CreateClient(
string channelName,
Object interopConfig = null
)
Parameters
- channelName
- Type: SystemString
The name of the message ChannelProvider. - interopConfig (Optional)
- Type: SystemObject
Optional information relevant to the interop broker.
Return Value
Type:
ChannelClientThe created ChannelClient.
See Also