Click or drag to resize

InterApplicationBusMessageChannelFactoryCreateClient Method (String)

Creates a message ChannelClient.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public ChannelClient CreateClient(
	string channelName
)

Parameters

channelName
Type: SystemString
The name of the message ChannelProvider.

Return Value

Type: ChannelClient
The created ChannelClient.
See Also