Click or drag to resize

InterApplicationBusMessageChannelFactoryCreateClient Method (String, Object)

Creates a message ChannelClient.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax
C#
public ChannelClient CreateClient(
	string channelName,
	Object interopConfig = null
)

Parameters

channelName
Type: SystemString
The name of the message ChannelProvider.
interopConfig (Optional)
Type: SystemObject
Optional information relevant to the interop broker.

Return Value

Type: ChannelClient
The created ChannelClient.
See Also