InterApplicationBusMessageChannelFactoryCreateClient Method (String) |
Creates a message ChannelClient.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax public ChannelClient CreateClient(
string channelName
)
Parameters
- channelName
- Type: SystemString
The name of the message ChannelProvider.
Return Value
Type:
ChannelClientThe created ChannelClient.
See Also