 | 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-alpha6
Syntaxpublic Task JoinAsync(
Identity identity = null
)
Public Function JoinAsync (
Optional identity As Identity = Nothing
) As Task
public:
Task^ JoinAsync(
Identity^ identity = nullptr
)
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