Click or drag to resize

ChannelConnectOptions Constructor

Constructs an instance configuring a new underlying JObject with the passed values.

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

Parameters

channelName
Type: SystemString
Name of the target channel.
See Also