Click or drag to resize

InterApplicationBusMessageChannelFactoryCreateClient Method (ChannelConnectOptions)

Creates a message ChannelClient.

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

Parameters

options
Type: Openfin.Desktop.MessagingChannelConnectOptions
The connection options.

Return Value

Type: ChannelClient
The created ChannelClient.
See Also