InterApplicationBusMessageChannelFactoryCreateClient Method |
Creates a message ChannelClient.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 14.1.0-alpha3
Syntax public ChannelClient CreateClient(
string channelName,
string nameAlias = ""
)
Parameters
- channelName
- Type: SystemString
The name of the message ChannelProvider. - nameAlias (Optional)
- Type: SystemString
An optional alias for the connection
Return Value
Type:
ChannelClientThe created ChannelClient.
See Also