Click or drag to resize

ConnectionGetChannelByIdAsync Method

[Missing <summary> documentation for "M:OpenFin.FDC3.Connection.GetChannelByIdAsync(System.String)"]

Namespace:  OpenFin.FDC3
Assembly:  OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntax
public Task<ChannelBase> GetChannelByIdAsync(
	string channelId
)

Parameters

channelId
Type: SystemString

[Missing <param name="channelId"/> documentation for "M:OpenFin.FDC3.Connection.GetChannelByIdAsync(System.String)"]

Return Value

Type: TaskChannelBase

[Missing <returns> documentation for "M:OpenFin.FDC3.Connection.GetChannelByIdAsync(System.String)"]

See Also