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