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