Click or drag to resize

InterApplicationBusMessageChannelFactoryCreateClient Method

Creates a message ChannelClient.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 14.1.0-alpha3
Syntax
C#
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: ChannelClient
The created ChannelClient.
See Also