Click or drag to resize

ChannelBaseJoinAsync Method

Adds the provided window to this channel. If this channel has a current context, the context will be passed to the window through its context listener upon joining this channel.

Namespace:  OpenFin.FDC3.Channels
Assembly:  OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntax
public Task JoinAsync(
	Identity identity = null
)

Parameters

identity (Optional)
Type: OpenFin.FDC3.ChannelsIdentity
The window to be added to this channel

Return Value

Type: Task

[Missing <returns> documentation for "M:OpenFin.FDC3.Channels.ChannelBase.JoinAsync(OpenFin.FDC3.Channels.Identity)"]

See Also