InteropClientGetContextGroupsAsync Method |
Gets the Interop-Broker-defined context groups available for an entity to join.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public Task<ContextGroupInfo[]> GetContextGroupsAsync()
Return Value
Type:
TaskContextGroupInfoA new Task for the array of context group info
See Also