InteropClientJoinContextGroupAsync Method (String, ChannelEndpoint) |
Join specified InteropClient to the context group.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public Task JoinContextGroupAsync(
string contextGroupId,
ChannelEndpoint targetIdentity
)
Parameters
- contextGroupId
- Type: SystemString
The id of context group. - targetIdentity
- Type: Openfin.Desktop.MessagingChannelEndpoint
The identity of the target InteropClient.
Return Value
Type:
TaskA new Task
See Also