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.5.1
Syntax
C#
public ChannelConnectOptions(
	string channelName,
	Object interopConfig = null
)

Parameters

channelName
Type: SystemString
Name of the target channel.
interopConfig (Optional)
Type: SystemObject
Optional information relevant to the interop broker.
See Also