Click or drag to resize

InteropClientGetInfoForContextGroupAsync Method

Gets display info for a context group.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task<ContextGroupInfo> GetInfoForContextGroupAsync(
	string contextGroupId
)

Parameters

contextGroupId
Type: SystemString
The id of context group.

Return Value

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