Click or drag to resize

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.4.0
Syntax
C#
public Task<ContextGroupInfo[]> GetContextGroupsAsync()

Return Value

Type: TaskContextGroupInfo
A new Task for the array of context group info
See Also