Click or drag to resize

ChannelBase Constructor

Initializes a new instance of the ChannelBase class

Namespace:  OpenFin.FDC3.Channels
Assembly:  OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntax
protected ChannelBase(
	string channelId,
	ChannelType channelType,
	Connection connection
)

Parameters

channelId
Type: SystemString

[Missing <param name="channelId"/> documentation for "M:OpenFin.FDC3.Channels.ChannelBase.#ctor(System.String,OpenFin.FDC3.Channels.ChannelType,OpenFin.FDC3.Connection)"]

channelType
Type: OpenFin.FDC3.ChannelsChannelType

[Missing <param name="channelType"/> documentation for "M:OpenFin.FDC3.Channels.ChannelBase.#ctor(System.String,OpenFin.FDC3.Channels.ChannelType,OpenFin.FDC3.Connection)"]

connection
Type: OpenFin.FDC3Connection

[Missing <param name="connection"/> documentation for "M:OpenFin.FDC3.Channels.ChannelBase.#ctor(System.String,OpenFin.FDC3.Channels.ChannelType,OpenFin.FDC3.Connection)"]

See Also